X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-gobject%2FMakefile.am;h=15d00df0a0470d6a807c77e6cef9395c375f5a33;hb=17a87e365175dac3682735710522695b7e5a6bdc;hp=e9e00a8c4858f661208ced52f0705855c2e01189;hpb=e7327a8f9d0fa83d3b1411211d5bb18d2f859896;p=catta diff --git a/avahi-gobject/Makefile.am b/avahi-gobject/Makefile.am index e9e00a8..15d00df 100644 --- a/avahi-gobject/Makefile.am +++ b/avahi-gobject/Makefile.am @@ -23,6 +23,7 @@ AM_CFLAGS=-I$(top_srcdir) AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' if HAVE_GOBJECT +if HAVE_DBUS avahigobjectincludedir=$(includedir)/avahi-gobject @@ -64,7 +65,7 @@ libavahi_gobject_la_SOURCES = \ libavahi_gobject_la_CFLAGS = $(AM_CFLAGS) $(GOBJECT_CFLAGS) libavahi_gobject_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la ../avahi-glib/libavahi-glib.la $(GOBJECT_LIBS) -libavahi_gobject_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_GOBJECT_VERSION_INFO) +libavahi_gobject_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_GOBJECT_VERSION_INFO) -export-symbols-regex '^ga_' # correctly clean the generated source files CLEANFILES = $(BUILT_SOURCES) @@ -74,7 +75,7 @@ dist-hook: signals-marshal.list: $(CORE_SOURCES) Makefile.am ( cd $(srcdir) && \ - sed -n -e 's/.*ga_signals_marshal_\([A-Z]*__[A-Z_]*\).*/\1/p' \ + sed -n -e 's/.*_ga_signals_marshal_\([A-Z]*__[A-Z_]*\).*/\1/p' \ $(CORE_SOURCES) ) \ | sed -e 's/__/:/' -e 'y/_/,/' | sort -u > $@.tmp if cmp -s $@.tmp $@; then \ @@ -84,10 +85,10 @@ signals-marshal.list: $(CORE_SOURCES) Makefile.am fi signals-marshal.h: signals-marshal.list - glib-genmarshal --header --prefix=ga_signals_marshal $< > $@ + glib-genmarshal --header --prefix=_ga_signals_marshal $< > $@ signals-marshal.c: signals-marshal.list - glib-genmarshal --body --prefix=ga_signals_marshal $< > $@ + glib-genmarshal --body --prefix=_ga_signals_marshal $< > $@ # rules for making the glib enum objects @@ -109,6 +110,7 @@ signals-marshal.c: signals-marshal.list $< > $@ endif +endif indent: indent -brf -nbbo -nbc -ip0 -cs -nbfde -npsl -br -brs -bap -i4 -bs -cdw -ce -npcs -hnl -cli4 -nut -ci8 ga-*.[ch]