Mercurial > pidgin.yaz
annotate plugins/gaim-remote/Makefile.am @ 6837:f098765ac919
[gaim-migrate @ 7382]
The pounces subsystem now registers signal callbacks for all the pounce
types. The calls to pounce code in server.c, and therefore in all the rest
of gaim, have been removed. The pounce code is now more like its own
separate island.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sun, 14 Sep 2003 21:05:11 +0000 |
parents | 7074ea7d999e |
children | 8044de0b0fc8 |
rev | line source |
---|---|
5884
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
1 grincludedir = $(includedir)/gaim-remote |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
2 |
5859 | 3 plugindir = $(libdir)/gaim |
4 | |
5884
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
5 lib_LTLIBRARIES = libgaim-remote.la |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
6 |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
7 grinclude_HEADERS = \ |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
8 remote-socket.h \ |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
9 remote.h |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
10 |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
11 libgaim_remote_la_SOURCES = remote-socket.c |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
12 |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
13 |
5859 | 14 gaim_remote_la_LDFLAGS = -module -avoid-version |
15 | |
16 if PLUGINS | |
17 | |
18 plugin_LTLIBRARIES = gaim-remote.la | |
19 | |
5884
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
20 gaim_remote_la_SOURCES = remote.c |
d188b000e892
[gaim-migrate @ 6316]
Christian Hammond <chipx86@chipx86.com>
parents:
5872
diff
changeset
|
21 gaim_remote_la_LIBADD = -lgaim-remote |
5859 | 22 |
23 endif | |
24 | |
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
5884
diff
changeset
|
25 AM_CPPFLAGS = \ |
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
5884
diff
changeset
|
26 -DDATADIR=\"$(datadir)\" \ |
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
5884
diff
changeset
|
27 -DVERSION=\"$(VERSION)\" \ |
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
5884
diff
changeset
|
28 -I$(top_srcdir) \ |
6382
7074ea7d999e
[gaim-migrate @ 6887]
Christian Hammond <chipx86@chipx86.com>
parents:
6360
diff
changeset
|
29 -I$(top_srcdir)/plugins \ |
5859 | 30 -I$(top_srcdir)/src \ |
6360
2e23ccbccdec
[gaim-migrate @ 6864]
Christian Hammond <chipx86@chipx86.com>
parents:
5884
diff
changeset
|
31 $(GTK_CFLAGS) \ |
5859 | 32 $(DEBUG_CFLAGS) |