X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-glib%2FMakefile.am;h=d4abc81503220c23347796c875946999c2c325d7;hb=549a28cd15a86bd04e5bac765f2e26ef751b5cba;hp=7cf0525302df32e5debbdac8b64fa3d4c08139a1;hpb=f1167112d926b189fe189599576e8588923f036c;p=catta diff --git a/avahi-glib/Makefile.am b/avahi-glib/Makefile.am index 7cf0525..d4abc81 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 = \ @@ -49,4 +49,3 @@ glib_watch_test_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS) glib_watch_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(GLIB20_LIBS) endif -