Fri, 16 Nov 2007 23:27:01 +0000
disapproval of revision '32d8e16cb7a9027ee3bcbba209d2fb36a6394a2f'
|
7231
6af2d1e09b34
[gaim-migrate @ 7803]
Herman Bloggs <herman@bluedigits.com>
parents:
7170
diff
changeset
|
1 | EXTRA_DIST = \ |
|
6af2d1e09b34
[gaim-migrate @ 7803]
Herman Bloggs <herman@bluedigits.com>
parents:
7170
diff
changeset
|
2 | Makefile.mingw \ |
|
6af2d1e09b34
[gaim-migrate @ 7803]
Herman Bloggs <herman@bluedigits.com>
parents:
7170
diff
changeset
|
3 | win32/posix.uname.c \ |
|
6af2d1e09b34
[gaim-migrate @ 7803]
Herman Bloggs <herman@bluedigits.com>
parents:
7170
diff
changeset
|
4 | win32/utsname.h |
| 2086 | 5 | |
|
16651
218fe51ae7b7
soname versioning of libpurple. Should help resolve debian bug 421282
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16364
diff
changeset
|
6 | pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) |
| 2086 | 7 | |
| 7014 | 8 | JABBERSOURCES = auth.c \ |
| 9 | auth.h \ | |
| 10 | buddy.c \ | |
| 11 | buddy.h \ | |
| 12 | chat.c \ | |
| 13 | chat.h \ | |
| 8312 | 14 | disco.c \ |
| 15 | disco.h \ | |
| 15225 | 16 | google.c \ |
| 17 | google.h \ | |
| 7014 | 18 | iq.c \ |
| 19 | iq.h \ | |
| 20 | jabber.c \ | |
| 21 | jabber.h \ | |
| 22 | jutil.c \ | |
| 23 | jutil.h \ | |
| 24 | message.c \ | |
| 25 | message.h \ | |
| 7170 | 26 | oob.c \ |
| 27 | oob.h \ | |
| 7014 | 28 | parser.c \ |
| 29 | parser.h \ | |
|
17769
69d98a4da006
applied patch for supporting XEP-0199: XMPP Ping
Andreas Monitzer <am@adiumx.com>
parents:
16810
diff
changeset
|
30 | ping.c \ |
|
69d98a4da006
applied patch for supporting XEP-0199: XMPP Ping
Andreas Monitzer <am@adiumx.com>
parents:
16810
diff
changeset
|
31 | ping.h \ |
| 7014 | 32 | presence.c \ |
| 33 | presence.h \ | |
| 34 | roster.c \ | |
| 7395 | 35 | roster.h \ |
| 36 | si.c \ | |
| 7923 | 37 | si.h \ |
| 38 | xdata.c \ | |
|
18720
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
39 | xdata.h \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
40 | caps.c \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
41 | caps.h \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
42 | adhoccommands.c \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
43 | adhoccommands.h \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
44 | pep.c \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
45 | pep.h \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
46 | usermood.c \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
47 | usermood.h \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
48 | usernick.c \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
49 | usernick.h \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
50 | usertune.c \ |
|
b27b5eaff772
Added the files I created to the Makefile. This hasn't happened yet since Adium doesn't use those Makefiles for building.
Andreas Monitzer <am@adiumx.com>
parents:
18718
diff
changeset
|
51 | usertune.h |
| 2086 | 52 | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
53 | AM_CFLAGS = $(st) |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
54 | |
|
16302
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
55 | libxmpp_la_LDFLAGS = -module -avoid-version |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
56 | |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
57 | if STATIC_JABBER |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
58 | |
|
15947
15efedafba00
s/GAIM_STATIC_PRPL/PURPLE_STATIC_PRPL/ in prpl Makefiles
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
15523
diff
changeset
|
59 | st = -DPURPLE_STATIC_PRPL |
|
17669
6effc1eec7fe
This started off as a patch from OpenSolaris to fix compiling with static
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16810
diff
changeset
|
60 | noinst_LIBRARIES = libjabber.a |
| 7014 | 61 | pkg_LTLIBRARIES = |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
62 | |
|
17669
6effc1eec7fe
This started off as a patch from OpenSolaris to fix compiling with static
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16810
diff
changeset
|
63 | libjabber_a_SOURCES = $(JABBERSOURCES) libxmpp.c |
| 7014 | 64 | libjabber_a_CFLAGS = $(AM_CFLAGS) |
|
3411
e9d50336f9c3
[gaim-migrate @ 3430]
Christian Hammond <chipx86@chipx86.com>
parents:
3127
diff
changeset
|
65 | |
| 2086 | 66 | else |
| 67 | ||
| 68 | st = | |
|
16302
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
69 | pkg_LTLIBRARIES = libjabber.la libxmpp.la |
| 7014 | 70 | noinst_LIBRARIES = |
| 2086 | 71 | |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
72 | libjabber_la_SOURCES = $(JABBERSOURCES) |
|
14736
90fe3dd8e9db
[gaim-migrate @ 17420]
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
14735
diff
changeset
|
73 | libjabber_la_LIBADD = $(GLIB_LIBS) $(SASL_LIBS) $(LIBXML_LIBS) |
| 2086 | 74 | |
|
16302
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
75 | libxmpp_la_SOURCES = libxmpp.c |
|
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
76 | libxmpp_la_LIBADD = libjabber.la |
|
eb633ebf84f2
This does the ol' AIM/ICQ split trick on Jabber, creating an XMPP prpl. This can be used, later, to create a Bonjour plugin that reuses libjabber
Sean Egan <seanegan@pidgin.im>
parents:
15947
diff
changeset
|
77 | |
| 2086 | 78 | endif |
|
4202
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
79 | |
|
8b92de3b1c07
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3411
diff
changeset
|
80 | AM_CPPFLAGS = \ |
|
15435
4b933b06d75e
Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@pidgin.im>
parents:
15225
diff
changeset
|
81 | -I$(top_srcdir)/libpurple \ |
|
16810
7f257f18af06
Now that version.h is a generated source file, we need to add
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
16651
diff
changeset
|
82 | -I$(top_builddir)/libpurple \ |
|
6360
c2bfe65b200c
[gaim-migrate @ 6864]
Robert McQueen <robot101@debian.org>
parents:
6198
diff
changeset
|
83 | $(DEBUG_CFLAGS) \ |
| 13808 | 84 | $(GLIB_CFLAGS) \ |
| 85 | $(LIBXML_CFLAGS) |