X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-glib%2FMakefile.am;h=d4abc81503220c23347796c875946999c2c325d7;hb=549a28cd15a86bd04e5bac765f2e26ef751b5cba;hp=ce82d6849c33f81a10dc920102fde2f852d98149;hpb=56df7438c45c0278a14aa618d64e19effc7c0765;p=catta diff --git a/avahi-glib/Makefile.am b/avahi-glib/Makefile.am index ce82d68..d4abc81 100644 --- a/avahi-glib/Makefile.am +++ b/avahi-glib/Makefile.am @@ -22,10 +22,10 @@ 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-malloc.h @@ -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 -