]> git.meshlink.io Git - catta/blobdiff - avahi-discover-standalone/Makefile.am
update examples to make use of avahi_string_list_get_service_cookie() for whatever...
[catta] / avahi-discover-standalone / Makefile.am
index 2f3a4a11ad27c1c5a2155cb6cd218e7d536c640a..bbf1895bf1340f1ee733f15986e40d31ad7ed3c8 100644 (file)
@@ -17,9 +17,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 # USA.
 
-AM_CFLAGS=\
-       -I$(top_srcdir) \
-       -DAVAHI_INTERFACES_DIR=\"$(interfacesdir)\"
+AM_CFLAGS=-I$(top_srcdir)
 
 interfaces = \
         avahi-discover.glade
@@ -36,7 +34,8 @@ avahi_discover_standalone_SOURCES = \
 
 avahi_discover_standalone_CFLAGS = \
        $(AM_CFLAGS) \
-       $(GLIB20_CFLAGS) $(GTK20_CFLAGS) $(GLADE20_CFLAGS)
+       $(GLIB20_CFLAGS) $(GTK20_CFLAGS) $(GLADE20_CFLAGS)\
+       -DAVAHI_INTERFACES_DIR=\"$(interfacesdir)\"
 
 avahi_discover_standalone_LDADD = \
        $(AM_LDADD) \
@@ -52,7 +51,6 @@ else
 if HAVE_PYTHON 
 if HAVE_DBUS
 
-# We need this for the python version of avahi-discover
 interfaces_DATA = $(interfaces)
 
 endif