comparison libpurple/protocols/bonjour/Makefile.am @ 25560:750d700098c1

Fix the prplinfo structs and get rid of some compile warnings.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 29 Dec 2007 16:54:15 +0000
parents b20e24fcae47
children 92e71f6e10d4
comparison
equal deleted inserted replaced
25558:b20e24fcae47 25560:750d700098c1
50 -I$(top_builddir)/libpurple \ 50 -I$(top_builddir)/libpurple \
51 $(GLIB_CFLAGS) \ 51 $(GLIB_CFLAGS) \
52 $(DEBUG_CFLAGS) \ 52 $(DEBUG_CFLAGS) \
53 $(LIBXML_CFLAGS) \ 53 $(LIBXML_CFLAGS) \
54 $(FARSIGHT_CFLAGS) 54 $(FARSIGHT_CFLAGS)
55
55 if MDNS_AVAHI 56 if MDNS_AVAHI
56 AM_CPPFLAGS += $(AVAHI_CFLAGS) 57 AM_CPPFLAGS += $(AVAHI_CFLAGS)
57 else 58 else
58 endif 59 endif
59 60