X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-glib%2FMakefile.am;h=02c6181966f0ee18d5ef6a65ab4eaf62920d7520;hb=fee238b3a20c8fbb34af6b08995df2265131bee6;hp=7cf0525302df32e5debbdac8b64fa3d4c08139a1;hpb=f1167112d926b189fe189599576e8588923f036c;p=catta diff --git a/avahi-glib/Makefile.am b/avahi-glib/Makefile.am index 7cf0525..02c6181 100644 --- a/avahi-glib/Makefile.am +++ b/avahi-glib/Makefile.am @@ -22,12 +22,12 @@ AM_CFLAGS=-I$(top_srcdir) # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' -avahiincludedir=$(includedir)/avahi-glib - if HAVE_GLIB +avahiincludedir=$(includedir)/avahi-glib + avahiinclude_HEADERS = \ - glib-watch.h + glib-watch.h \ glib-malloc.h lib_LTLIBRARIES = \ @@ -41,6 +41,7 @@ libavahi_glib_la_SOURCES = \ glib-malloc.h glib-malloc.c libavahi_glib_la_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS) libavahi_glib_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(GLIB20_LIBS) +libavahi_glib_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_GLIB_VERSION_INFO) glib_watch_test_SOURCES = \ glib-watch.c glib-watch.h \ @@ -49,4 +50,3 @@ glib_watch_test_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS) glib_watch_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(GLIB20_LIBS) endif -