Mercurial > pidgin
comparison libpurple/Makefile.am @ 32384:3ed4800c5e17
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 051fd526bf8c89add8c1960afd9d0c7ee77b091a)
to branch 'im.pidgin.pidgin' (head 11e7ee045ef2505f4215dd05ca8d6c8735e81ab6)
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 09 Dec 2011 18:35:12 +0000 |
parents | 142429bcb4c8 |
children | d9d55a03ec7b |
comparison
equal
deleted
inserted
replaced
32383:7967bb7db191 | 32384:3ed4800c5e17 |
---|---|
7 purple-remote \ | 7 purple-remote \ |
8 purple-send \ | 8 purple-send \ |
9 purple-send-async \ | 9 purple-send-async \ |
10 purple-url-handler \ | 10 purple-url-handler \ |
11 purple.h.in \ | 11 purple.h.in \ |
12 purple.pc.in \ | 12 purple-3.pc.in \ |
13 purple-uninstalled.pc.in \ | 13 purple-3-uninstalled.pc.in \ |
14 version.h.in \ | 14 version.h.in \ |
15 Makefile.mingw \ | 15 Makefile.mingw \ |
16 win32/global.mak \ | 16 win32/global.mak \ |
17 win32/libc_interface.c \ | 17 win32/libc_interface.c \ |
18 win32/libc_interface.h \ | 18 win32/libc_interface.h \ |
28 if USE_GCONFTOOL | 28 if USE_GCONFTOOL |
29 GCONF_DIR=gconf | 29 GCONF_DIR=gconf |
30 endif | 30 endif |
31 | 31 |
32 pkgconfigdir = $(libdir)/pkgconfig | 32 pkgconfigdir = $(libdir)/pkgconfig |
33 pkgconfig_DATA = purple.pc | 33 pkgconfig_DATA = purple-3.pc |
34 | 34 |
35 SUBDIRS = $(GCONF_DIR) plugins protocols ciphers . tests example | 35 SUBDIRS = $(GCONF_DIR) plugins protocols ciphers . tests example |
36 | 36 |
37 purple_coresources = \ | 37 purple_coresources = \ |
38 account.c \ | 38 account.c \ |
115 dbus-maybe.h \ | 115 dbus-maybe.h \ |
116 debug.h \ | 116 debug.h \ |
117 desktopitem.h \ | 117 desktopitem.h \ |
118 eventloop.h \ | 118 eventloop.h \ |
119 ft.h \ | 119 ft.h \ |
120 gaim-compat.h \ | |
121 idle.h \ | 120 idle.h \ |
122 imgstore.h \ | 121 imgstore.h \ |
123 log.h \ | 122 log.h \ |
124 media.h \ | 123 media.h \ |
125 media-gst.h \ | 124 media-gst.h \ |