Mercurial > pidgin
comparison plugins/perl/Makefile.am @ 6360:2e23ccbccdec
[gaim-migrate @ 6864]
Lots of Makefile.am and configure.ac fixes from Robot101. Doumo arigatou,
Mr. Roboto!
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 03 Aug 2003 09:47:15 +0000 |
| parents | fcc28f5dd0c8 |
| children | cbd24b37350d |
comparison
equal
deleted
inserted
replaced
| 6359:dfde69e105ae | 6360:2e23ccbccdec |
|---|---|
| 8 plugin_LTLIBRARIES = perl.la | 8 plugin_LTLIBRARIES = perl.la |
| 9 | 9 |
| 10 perl_la_SOURCES = perl.c | 10 perl_la_SOURCES = perl.c |
| 11 | 11 |
| 12 AM_CPPFLAGS = \ | 12 AM_CPPFLAGS = \ |
| 13 -DVERSION=\"$(VERSION)\" \ | |
| 14 -I$(top_srcdir) \ | |
| 13 -I$(top_srcdir)/src \ | 15 -I$(top_srcdir)/src \ |
| 14 -DVERSION=\"$(VERSION)\" \ | |
| 15 $(DEBUG_CFLAGS) \ | 16 $(DEBUG_CFLAGS) \ |
| 17 $(GTK_CFLAGS) \ | |
| 16 $(PLUGIN_CFLAGS) \ | 18 $(PLUGIN_CFLAGS) \ |
| 17 $(PERL_CFLAGS) | 19 $(PERL_CFLAGS) |
