]> git.meshlink.io Git - catta/blobdiff - avahi-glib/Makefile.am
split off libavahi-gobject into its own directory
[catta] / avahi-glib / Makefile.am
index 7cf0525302df32e5debbdac8b64fa3d4c08139a1..f0be870fc42672e5c4bbd84dc307dc95afec140f 100644 (file)
@@ -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
@@ -22,25 +22,29 @@ 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
 
-avahiinclude_HEADERS = \
-       glib-watch.h
+avahiglibincludedir=$(includedir)/avahi-glib
+
+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 $(LIBAVAHI_GLIB_VERSION_INFO)
 
 glib_watch_test_SOURCES = \
        glib-watch.c glib-watch.h \
@@ -49,4 +53,3 @@ glib_watch_test_CFLAGS = $(AM_CFLAGS) $(GLIB20_CFLAGS)
 glib_watch_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(GLIB20_LIBS)
 
 endif
-