Mercurial > pidgin
annotate plugins/gaim-remote/Makefile.am @ 9319:a4257646861a
[gaim-migrate @ 10127]
ok, NOW it's smarter. and I fixed a bug with bringing the separate raise_on_events prefs back
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 19 Jun 2004 18:11:11 +0000 |
parents | 7d67e5238b40 |
children | f61c37936a41 |
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 |
6916 | 21 gaim_remote_la_LIBADD = libgaim-remote.la $(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) |