comparison libgaim/Makefile.am @ 14696:34083fe39891

[gaim-migrate @ 17448] From Paul Betts, NetworkManager integration. This will smartly disconnect and reconnect accounts according to network availability. Probably needs some more tweaking. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 08 Oct 2006 08:40:09 +0000
parents 565f90ad0c84
children 5b389aacc06b
comparison
equal deleted inserted replaced
14695:fa0c8fa2b5a7 14696:34083fe39891
216 libgaim_la_LIBADD = \ 216 libgaim_la_LIBADD = \
217 @LIBOBJS@ \ 217 @LIBOBJS@ \
218 $(DBUS_LIBS) \ 218 $(DBUS_LIBS) \
219 $(GLIB_LIBS) \ 219 $(GLIB_LIBS) \
220 $(LIBXML_LIBS) \ 220 $(LIBXML_LIBS) \
221 $(LIBNM_LIBS) \
221 $(STATIC_LINK_LIBS) \ 222 $(STATIC_LINK_LIBS) \
222 $(INTLLIBS) \ 223 $(INTLLIBS) \
223 -lm 224 -lm
224 225
225 AM_CPPFLAGS = \ 226 AM_CPPFLAGS = \
229 -DLOCALEDIR=\"$(datadir)/locale\" \ 230 -DLOCALEDIR=\"$(datadir)/locale\" \
230 -DSYSCONFDIR=\"$(sysconfdir)\" \ 231 -DSYSCONFDIR=\"$(sysconfdir)\" \
231 $(GLIB_CFLAGS) \ 232 $(GLIB_CFLAGS) \
232 $(DEBUG_CFLAGS) \ 233 $(DEBUG_CFLAGS) \
233 $(DBUS_CFLAGS) \ 234 $(DBUS_CFLAGS) \
234 $(LIBXML_CFLAGS) 235 $(LIBXML_CFLAGS) \
236 $(LIBNM_CFLAGS)