libpurple/protocols/myspace/Makefile.am

Sun, 25 May 2008 21:56:36 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 25 May 2008 21:56:36 +0000
changeset 23325
a374a26fe217
parent 21463
18faff176192
child 22069
841d24b3a2bc
child 24609
c119f12de848
permissions
-rw-r--r--

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
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
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
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
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
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
18
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
19 AM_CFLAGS = $(st)
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
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
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
22
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
23 if STATIC_MYSPACE
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
24
16324
e92b151723f9 Gaim -> Purple
Jeff Connelly <jeff2@soc.pidgin.im>
parents: 16322
diff changeset
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
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
29
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
30 else
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
31
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
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
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
36
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
37 endif
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
38
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
39 AM_CPPFLAGS = \
16324
e92b151723f9 Gaim -> Purple
Jeff Connelly <jeff2@soc.pidgin.im>
parents: 16322
diff changeset
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
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
42 $(GLIB_CFLAGS) \
0477a4e03cab Import msimprpl 0.4.
Jeff Connelly <jeff2@soc.pidgin.im>
parents:
diff changeset
43 $(DEBUG_CFLAGS)

mercurial