X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-glib%2FMakefile.am;h=12aa6f94cb36aa7fb0eeaade0a577ce2260ca291;hb=23ca50a5a56b6ea98a73480cff50ebb73ecba7ca;hp=f5ac4cedad0f8dacc54cea57724b200c56970c1e;hpb=a51806cb5a410c6dde06c06263733a8b04fce061;p=catta diff --git a/avahi-glib/Makefile.am b/avahi-glib/Makefile.am index f5ac4ce..12aa6f9 100644 --- a/avahi-glib/Makefile.am +++ b/avahi-glib/Makefile.am @@ -1,7 +1,7 @@ # $Id$ # # This file is part of avahi. -# +# # avahi is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as # published by the Free Software Foundation; either version 2 of the @@ -24,24 +24,27 @@ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' if HAVE_GLIB -avahiincludedir=$(includedir)/avahi-glib +avahiglibincludedir=$(includedir)/avahi-glib -avahiinclude_HEADERS = \ +avahiglibinclude_HEADERS = \ glib-watch.h \ glib-malloc.h lib_LTLIBRARIES = \ - libavahi-glib.la + libavahi-glib.la +if ENABLE_TESTS noinst_PROGRAMS = \ glib-watch-test +endif libavahi_glib_la_SOURCES = \ glib-watch.c glib-watch.h \ 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 0:1:0 +libavahi_glib_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_GLIB_VERSION_INFO) glib_watch_test_SOURCES = \ glib-watch.c glib-watch.h \