Sun, 25 May 2008 21:56:36 +0000
Use "email" and "Email" consistently. This is potentially controversial,
but here it is. For reference, Google and Yahoo call it "email" and
dropping the hyphen on no-longer-new words is apparently standard practice.
|
17889
9ec0823e7fab
Update for Pidgin 2.0.0beta7.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16330
diff
changeset
|
1 | EXTRA_DIST = Makefile.mingw |
| 16322 | 2 | |
|
17889
9ec0823e7fab
Update for Pidgin 2.0.0beta7.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16330
diff
changeset
|
3 | pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) |
| 16322 | 4 | |
|
20051
a612ad356fc1
grab revision ef6f42907128e792c95b8f7d47c90105f35f20c2
Luke Schierer <lschiere@pidgin.im>
parents:
20015
diff
changeset
|
5 | MSIMSOURCES = markup.c \ |
|
20015
3a93a47a0389
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kstange@pidgin.im>
parents:
19619
diff
changeset
|
6 | markup.h \ |
|
19616
017838ce7393
In msimprpl, move zap-related code to a separate module.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
17902
diff
changeset
|
7 | message.c \ |
|
017838ce7393
In msimprpl, move zap-related code to a separate module.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
17902
diff
changeset
|
8 | message.h \ |
|
20015
3a93a47a0389
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kstange@pidgin.im>
parents:
19619
diff
changeset
|
9 | myspace.c \ |
|
3a93a47a0389
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kstange@pidgin.im>
parents:
19619
diff
changeset
|
10 | myspace.h \ |
|
3a93a47a0389
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kstange@pidgin.im>
parents:
19619
diff
changeset
|
11 | persist.h \ |
|
19617
c2da44d56312
In msimprpl, move session-related functions to a new session module.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
19616
diff
changeset
|
12 | session.c \ |
|
c2da44d56312
In msimprpl, move session-related functions to a new session module.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
19616
diff
changeset
|
13 | session.h \ |
|
19619
e9ac2df3fd1b
In msimprpl, move user-related code to a new user module, and move other
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
19618
diff
changeset
|
14 | user.c \ |
|
20015
3a93a47a0389
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kstange@pidgin.im>
parents:
19619
diff
changeset
|
15 | user.h \ |
|
3a93a47a0389
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kstange@pidgin.im>
parents:
19619
diff
changeset
|
16 | zap.c \ |
|
3a93a47a0389
Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kstange@pidgin.im>
parents:
19619
diff
changeset
|
17 | zap.h |
| 16322 | 18 | |
| 19 | AM_CFLAGS = $(st) | |
| 20 | ||
|
17889
9ec0823e7fab
Update for Pidgin 2.0.0beta7.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16330
diff
changeset
|
21 | libmyspace_la_LDFLAGS = -module -avoid-version |
| 16322 | 22 | |
| 23 | if STATIC_MYSPACE | |
| 24 | ||
| 16324 | 25 | st = -DPURPLE_STATIC_PRPL |
|
17889
9ec0823e7fab
Update for Pidgin 2.0.0beta7.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16330
diff
changeset
|
26 | noinst_LIBRARIES = libmyspace.a |
|
20051
a612ad356fc1
grab revision ef6f42907128e792c95b8f7d47c90105f35f20c2
Luke Schierer <lschiere@pidgin.im>
parents:
20015
diff
changeset
|
27 | libmyspace_a_SOURCES = $(MSIMSOURCES) |
|
17889
9ec0823e7fab
Update for Pidgin 2.0.0beta7.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16330
diff
changeset
|
28 | libmyspace_a_CFLAGS = $(AM_CFLAGS) |
| 16322 | 29 | |
| 30 | else | |
| 31 | ||
| 32 | st = | |
|
17889
9ec0823e7fab
Update for Pidgin 2.0.0beta7.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16330
diff
changeset
|
33 | pkg_LTLIBRARIES = libmyspace.la |
|
20051
a612ad356fc1
grab revision ef6f42907128e792c95b8f7d47c90105f35f20c2
Luke Schierer <lschiere@pidgin.im>
parents:
20015
diff
changeset
|
34 | libmyspace_la_SOURCES = $(MSIMSOURCES) |
|
17889
9ec0823e7fab
Update for Pidgin 2.0.0beta7.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
16330
diff
changeset
|
35 | libmyspace_la_LIBADD = $(GLIB_LIBS) |
| 16322 | 36 | |
| 37 | endif | |
| 38 | ||
| 39 | AM_CPPFLAGS = \ | |
| 16324 | 40 | -I$(top_srcdir)/libpurple \ |
|
21463
18faff176192
Allow myspace to build outside of the source tree
Stu Tomlinson <nosnilmot@pidgin.im>
parents:
20051
diff
changeset
|
41 | -I$(top_builddir)/libpurple \ |
| 16322 | 42 | $(GLIB_CFLAGS) \ |
| 43 | $(DEBUG_CFLAGS) |