Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/plugins/perl/Makefile.am Sun Aug 03 02:21:39 2003 +0000 +++ b/plugins/perl/Makefile.am Sun Aug 03 09:47:15 2003 +0000 @@ -10,8 +10,10 @@ perl_la_SOURCES = perl.c AM_CPPFLAGS = \ + -DVERSION=\"$(VERSION)\" \ + -I$(top_srcdir) \ -I$(top_srcdir)/src \ - -DVERSION=\"$(VERSION)\" \ $(DEBUG_CFLAGS) \ + $(GTK_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(PERL_CFLAGS)
