annotate libpurple/protocols/myspace/Makefile.am @ 32493:743bb6b1aa30

Move struct_size to the beginning of the struct. Even if we don't rewrite this somehow (as a GObject or otherwise), it really belongs at the start.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 03 Sep 2011 23:30:40 +0000
parents e33a91b8b8f6
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24332
2b62300d2c19 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <mark@kingant.net>
parents: 21294
diff changeset
1 EXTRA_DIST = \
2b62300d2c19 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <mark@kingant.net>
parents: 21294
diff changeset
2 Makefile.mingw
16395
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
3
16733
ba7d6317da76 Update for Pidgin 2.0.0beta7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16403
diff changeset
4 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
16395
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
5
20037
ba649e93098b it seems that "SOURCES" is a reserved variable in some versions of automake,
Stu Tomlinson <stu@nosnilmot.com>
parents: 20008
diff changeset
6 MSIMSOURCES = markup.c \
20008
65e12a6f00ca Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kevin@simguy.net>
parents: 19435
diff changeset
7 markup.h \
19432
210f792efd7c In msimprpl, move zap-related code to a separate module.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16746
diff changeset
8 message.c \
210f792efd7c In msimprpl, move zap-related code to a separate module.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16746
diff changeset
9 message.h \
20008
65e12a6f00ca Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kevin@simguy.net>
parents: 19435
diff changeset
10 myspace.c \
65e12a6f00ca Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kevin@simguy.net>
parents: 19435
diff changeset
11 myspace.h \
65e12a6f00ca Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kevin@simguy.net>
parents: 19435
diff changeset
12 persist.h \
19433
9a1b28a10c95 In msimprpl, move session-related functions to a new session module.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19432
diff changeset
13 session.c \
9a1b28a10c95 In msimprpl, move session-related functions to a new session module.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19432
diff changeset
14 session.h \
19435
bddc6a6fddf0 In msimprpl, move user-related code to a new user module, and move other
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 19434
diff changeset
15 user.c \
20008
65e12a6f00ca Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kevin@simguy.net>
parents: 19435
diff changeset
16 user.h \
65e12a6f00ca Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kevin@simguy.net>
parents: 19435
diff changeset
17 zap.c \
65e12a6f00ca Ship zap.h for MySpaceIM to pass distcheck (and allow dist tarball to work)
Kevin Stange <kevin@simguy.net>
parents: 19435
diff changeset
18 zap.h
16395
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
19
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
20 AM_CFLAGS = $(st)
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
21
16733
ba7d6317da76 Update for Pidgin 2.0.0beta7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16403
diff changeset
22 libmyspace_la_LDFLAGS = -module -avoid-version
16395
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
23
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
24 if STATIC_MYSPACE
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
25
16397
70c069168459 Gaim -> Purple
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16395
diff changeset
26 st = -DPURPLE_STATIC_PRPL
24332
2b62300d2c19 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <mark@kingant.net>
parents: 21294
diff changeset
27 noinst_LTLIBRARIES = libmyspace.la
2b62300d2c19 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <mark@kingant.net>
parents: 21294
diff changeset
28 libmyspace_la_SOURCES = $(MSIMSOURCES)
2b62300d2c19 Use libtool to build static archives when --with-static-prpls is passed
Mark Doliner <mark@kingant.net>
parents: 21294
diff changeset
29 libmyspace_la_CFLAGS = $(AM_CFLAGS)
16395
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
30
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
31 else
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
32
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
33 st =
16733
ba7d6317da76 Update for Pidgin 2.0.0beta7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16403
diff changeset
34 pkg_LTLIBRARIES = libmyspace.la
20037
ba649e93098b it seems that "SOURCES" is a reserved variable in some versions of automake,
Stu Tomlinson <stu@nosnilmot.com>
parents: 20008
diff changeset
35 libmyspace_la_SOURCES = $(MSIMSOURCES)
16733
ba7d6317da76 Update for Pidgin 2.0.0beta7.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16403
diff changeset
36 libmyspace_la_LIBADD = $(GLIB_LIBS)
16395
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
37
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
38 endif
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
39
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
40 AM_CPPFLAGS = \
16397
70c069168459 Gaim -> Purple
Jeffrey Connelly <jaconnel@calpoly.edu>
parents: 16395
diff changeset
41 -I$(top_srcdir)/libpurple \
21294
8f3f166e0a39 Allow myspace to build outside of the source tree
Stu Tomlinson <stu@nosnilmot.com>
parents: 20037
diff changeset
42 -I$(top_builddir)/libpurple \
16395
05e2df434077 Import msimprpl 0.4.
Jeffrey Connelly <jaconnel@calpoly.edu>
parents:
diff changeset
43 $(GLIB_CFLAGS) \
26441
e33a91b8b8f6 Clean unnecessary changes out of the Makefiles.
Mike Ruprecht <maiku@soc.pidgin.im>
parents: 26043
diff changeset
44 $(DEBUG_CFLAGS)