Mercurial > pidgin
annotate plugins/perl/Makefile.am @ 6300:0da5f6ad3f4d
[gaim-migrate @ 6799]
Hungarian added
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Thu, 24 Jul 2003 15:35:15 +0000 |
parents | fcc28f5dd0c8 |
children | 2e23ccbccdec |
rev | line source |
---|---|
6198
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5233
diff
changeset
|
1 EXTRA_DIST = \ |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5233
diff
changeset
|
2 Makefile.mingw |
fcc28f5dd0c8
[gaim-migrate @ 6684]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
5233
diff
changeset
|
3 |
5205 | 4 plugindir = $(libdir)/gaim |
5 | |
6 perl_la_LDFLAGS = -module -avoid-version $(PERL_LIBS) | |
7 | |
8 plugin_LTLIBRARIES = perl.la | |
9 | |
5233
202105dbed8f
[gaim-migrate @ 5603]
Christian Hammond <chipx86@chipx86.com>
parents:
5205
diff
changeset
|
10 perl_la_SOURCES = perl.c |
5205 | 11 |
12 AM_CPPFLAGS = \ | |
13 -I$(top_srcdir)/src \ | |
14 -DVERSION=\"$(VERSION)\" \ | |
15 $(DEBUG_CFLAGS) \ | |
16 $(PLUGIN_CFLAGS) \ | |
17 $(PERL_CFLAGS) |