comparison libpurple/protocols/bonjour/Makefile.am @ 23770:b20e24fcae47

Fixed some problems which came up while propagating
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 29 Dec 2007 06:41:04 +0000
parents 60f5abc6cf0c
children 750d700098c1
comparison
equal deleted inserted replaced
23769:60f5abc6cf0c 23770:b20e24fcae47
53 $(LIBXML_CFLAGS) \ 53 $(LIBXML_CFLAGS) \
54 $(FARSIGHT_CFLAGS) 54 $(FARSIGHT_CFLAGS)
55 if MDNS_AVAHI 55 if MDNS_AVAHI
56 AM_CPPFLAGS += $(AVAHI_CFLAGS) 56 AM_CPPFLAGS += $(AVAHI_CFLAGS)
57 else 57 else
58 if MDNS_HOWL
59 AM_CPPFLAGS += $(HOWL_CFLAGS)
60 endif
61 endif 58 endif
62 59