comparison libpurple/Makefile.am @ 25557:60f5abc6cf0c

propagate from branch 'im.pidgin.pidgin' (head 7f8e027e1591ade622baf58a9dac216e7122c1ac) to branch 'im.pidgin.pidgin.vv' (head 9fd950ff4de5331c13cd762cb755741046bdd576)
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 29 Dec 2007 06:34:59 +0000
parents 57765d468458 315151da0dc6
children 92e71f6e10d4
comparison
equal deleted inserted replaced
21949:18628d7aba30 25557:60f5abc6cf0c
49 eventloop.c \ 49 eventloop.c \
50 ft.c \ 50 ft.c \
51 idle.c \ 51 idle.c \
52 imgstore.c \ 52 imgstore.c \
53 log.c \ 53 log.c \
54 media.c \
55 mediamanager.c \
54 mime.c \ 56 mime.c \
55 nat-pmp.c \ 57 nat-pmp.c \
56 network.c \ 58 network.c \
57 ntlm.c \ 59 ntlm.c \
58 notify.c \ 60 notify.c \
101 ft.h \ 103 ft.h \
102 gaim-compat.h \ 104 gaim-compat.h \
103 idle.h \ 105 idle.h \
104 imgstore.h \ 106 imgstore.h \
105 log.h \ 107 log.h \
108 media.h \
109 mediamanager.h \
106 mime.h \ 110 mime.h \
107 nat-pmp.h \ 111 nat-pmp.h \
108 network.h \ 112 network.h \
109 notify.h \ 113 notify.h \
110 ntlm.h \ 114 ntlm.h \
244 $(DBUS_LIBS) \ 248 $(DBUS_LIBS) \
245 $(GLIB_LIBS) \ 249 $(GLIB_LIBS) \
246 $(LIBXML_LIBS) \ 250 $(LIBXML_LIBS) \
247 $(LIBNM_LIBS) \ 251 $(LIBNM_LIBS) \
248 $(INTLLIBS) \ 252 $(INTLLIBS) \
253 $(FARSIGHT_LIBS) \
249 -lm 254 -lm
250 255
251 AM_CPPFLAGS = \ 256 AM_CPPFLAGS = \
252 -DBR_PTHREADS=0 \ 257 -DBR_PTHREADS=0 \
253 -DDATADIR=\"$(datadir)\" \ 258 -DDATADIR=\"$(datadir)\" \
256 -DSYSCONFDIR=\"$(sysconfdir)\" \ 261 -DSYSCONFDIR=\"$(sysconfdir)\" \
257 $(GLIB_CFLAGS) \ 262 $(GLIB_CFLAGS) \
258 $(DEBUG_CFLAGS) \ 263 $(DEBUG_CFLAGS) \
259 $(DBUS_CFLAGS) \ 264 $(DBUS_CFLAGS) \
260 $(LIBXML_CFLAGS) \ 265 $(LIBXML_CFLAGS) \
266 $(FARSIGHT_CFLAGS) \
261 $(LIBNM_CFLAGS) 267 $(LIBNM_CFLAGS)