Mercurial > pidgin
annotate plugins/gaim-remote/Makefile.am @ 6866:2427a829fdfa
[gaim-migrate @ 7412]
Same with the gaim-remote plugin.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Wed, 17 Sep 2003 01:05:37 +0000 |
parents | 8044de0b0fc8 |
children | 7d67e5238b40 |
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 |
6865
8044de0b0fc8
[gaim-migrate @ 7411]
Christian Hammond <chipx86@chipx86.com>
parents:
6382
diff
changeset
|
12 libgaim_remote_la_LIBADD = $(GLIB_LIBS) |
5884
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 |
6866
2427a829fdfa
[gaim-migrate @ 7412]
Christian Hammond <chipx86@chipx86.com>
parents:
6865
diff
changeset
|
21 gaim_remote_la_LIBADD = -lgaim-remote $(GLIB_LIBS) |
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) |