Mercurial > pidgin
annotate plugins/ticker/Makefile.am @ 4884:5496d1704ee0
[gaim-migrate @ 5214]
Aaron Namba (musicmanan) writes:
" I am using target i386-unknown-freebsd4.7 with perl
5.00503. I had to modify src/perl.c slightly to get it
libintl.a to link properly. I got this idea from
http://archive.develooper.com/perl-xs@perl.org/msg00773.html,
not sure whether it was the proper thing to do. But
gaim seems to work properly.
Here's the diff... "
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 25 Mar 2003 01:20:36 +0000 |
parents | 283fb289c510 |
children | fcc28f5dd0c8 |
rev | line source |
---|---|
3391 | 1 plugindir = $(libdir)/gaim |
2 | |
3399
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
3 ticker_la_LDFLAGS = -module -avoid-version |
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
4 |
3391 | 5 if PLUGINS |
6 | |
3399
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
7 plugin_LTLIBRARIES = ticker.la |
3391 | 8 |
3399
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
9 ticker_la_SOURCES = \ |
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
10 gtkticker.c \ |
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
11 gtkticker.h \ |
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
12 ticker.c |
3391 | 13 |
14 endif | |
15 | |
4687 | 16 CFLAGS += $(DEBUG_CFLAGS) -DDATADIR=\"$(datadir)\" |
17 | |
4202
59751fe608c5
[gaim-migrate @ 4438]
Christian Hammond <chipx86@chipx86.com>
parents:
3399
diff
changeset
|
18 |
3399
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
19 INCLUDES = \ |
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
20 -I$(top_srcdir) \ |
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
21 -I$(top_srcdir)/src \ |
8d211ff092cb
[gaim-migrate @ 3418]
Christian Hammond <chipx86@chipx86.com>
parents:
3391
diff
changeset
|
22 -DVERSION=\"$(VERSION)\" |