libpurple/Makefile.am

branch
soc.2008.masterpassword
changeset 34108
7a07b6857540
parent 34103
c4785f82cb86
parent 33628
e527030d283c
child 34182
087c0fbac984
equal deleted inserted replaced
34107:efe6019c9e91 34108:7a07b6857540
48 core.c \ 48 core.c \
49 debug.c \ 49 debug.c \
50 desktopitem.c \ 50 desktopitem.c \
51 eventloop.c \ 51 eventloop.c \
52 ft.c \ 52 ft.c \
53 http.c \
53 idle.c \ 54 idle.c \
54 imgstore.c \ 55 imgstore.c \
55 keyring.c \ 56 keyring.c \
56 log.c \ 57 log.c \
57 media/backend-fs2.c \ 58 media/backend-fs2.c \
64 mime.c \ 65 mime.c \
65 nat-pmp.c \ 66 nat-pmp.c \
66 network.c \ 67 network.c \
67 ntlm.c \ 68 ntlm.c \
68 notify.c \ 69 notify.c \
70 obsolete.c \
69 plugin.c \ 71 plugin.c \
70 pluginpref.c \ 72 pluginpref.c \
71 pounce.c \ 73 pounce.c \
72 prefs.c \ 74 prefs.c \
73 privacy.c \ 75 privacy.c \
116 dbus-maybe.h \ 118 dbus-maybe.h \
117 debug.h \ 119 debug.h \
118 desktopitem.h \ 120 desktopitem.h \
119 eventloop.h \ 121 eventloop.h \
120 ft.h \ 122 ft.h \
123 http.h \
121 idle.h \ 124 idle.h \
122 imgstore.h \ 125 imgstore.h \
123 keyring.h \ 126 keyring.h \
124 log.h \ 127 log.h \
125 media.h \ 128 media.h \
283 $(purple_builtsources) \ 286 $(purple_builtsources) \
284 $(dbus_sources) 287 $(dbus_sources)
285 288
286 noinst_HEADERS= \ 289 noinst_HEADERS= \
287 internal.h \ 290 internal.h \
291 obsolete.h \
288 media/backend-fs2.h \ 292 media/backend-fs2.h \
289 valgrind.h 293 valgrind.h
290 294
291 libpurpleincludedir=$(includedir)/libpurple 295 libpurpleincludedir=$(includedir)/libpurple
292 libpurpleinclude_HEADERS = \ 296 libpurpleinclude_HEADERS = \
307 $(LIBXML_LIBS) \ 311 $(LIBXML_LIBS) \
308 $(NETWORKMANAGER_LIBS) \ 312 $(NETWORKMANAGER_LIBS) \
309 $(INTLLIBS) \ 313 $(INTLLIBS) \
310 $(FARSTREAM_LIBS) \ 314 $(FARSTREAM_LIBS) \
311 $(GSTREAMER_LIBS) \ 315 $(GSTREAMER_LIBS) \
316 $(GSTVIDEO_LIBS) \
312 $(GSTINTERFACES_LIBS) \ 317 $(GSTINTERFACES_LIBS) \
313 $(IDN_LIBS) \ 318 $(IDN_LIBS) \
319 $(JSON_LIBS) \
314 ciphers/libpurple-ciphers.la \ 320 ciphers/libpurple-ciphers.la \
315 -lm 321 -lm
316 322
317 AM_CPPFLAGS = \ 323 AM_CPPFLAGS = \
318 -DDATADIR=\"$(datadir)\" \ 324 -DDATADIR=\"$(datadir)\" \
323 $(DEBUG_CFLAGS) \ 329 $(DEBUG_CFLAGS) \
324 $(DBUS_CFLAGS) \ 330 $(DBUS_CFLAGS) \
325 $(LIBXML_CFLAGS) \ 331 $(LIBXML_CFLAGS) \
326 $(FARSTREAM_CFLAGS) \ 332 $(FARSTREAM_CFLAGS) \
327 $(GSTREAMER_CFLAGS) \ 333 $(GSTREAMER_CFLAGS) \
334 $(GSTVIDEO_CFLAGS) \
328 $(GSTINTERFACES_CFLAGS) \ 335 $(GSTINTERFACES_CFLAGS) \
329 $(IDN_CFLAGS) \ 336 $(IDN_CFLAGS) \
330 $(NETWORKMANAGER_CFLAGS) 337 $(NETWORKMANAGER_CFLAGS) \
338 $(JSON_CFLAGS)
331 339
332 # INSTALL_SSL_CERTIFICATES is true when SSL_CERTIFICATES_DIR is empty. 340 # INSTALL_SSL_CERTIFICATES is true when SSL_CERTIFICATES_DIR is empty.
333 # We want to use SSL_CERTIFICATES_DIR when it's not empty. 341 # We want to use SSL_CERTIFICATES_DIR when it's not empty.
334 if ! INSTALL_SSL_CERTIFICATES 342 if ! INSTALL_SSL_CERTIFICATES
335 AM_CPPFLAGS += -DSSL_CERTIFICATES_DIR=\"$(SSL_CERTIFICATES_DIR)\" 343 AM_CPPFLAGS += -DSSL_CERTIFICATES_DIR=\"$(SSL_CERTIFICATES_DIR)\"

mercurial