Mercurial > pidgin
view plugins/perl/Makefile.am @ 6476:1325c207d159
[gaim-migrate @ 6987]
Some last minute 0.67 changes
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Fri, 15 Aug 2003 17:13:36 +0000 |
parents | 2e23ccbccdec |
children | cbd24b37350d |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw plugindir = $(libdir)/gaim perl_la_LDFLAGS = -module -avoid-version $(PERL_LIBS) plugin_LTLIBRARIES = perl.la perl_la_SOURCES = perl.c AM_CPPFLAGS = \ -DVERSION=\"$(VERSION)\" \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ $(DEBUG_CFLAGS) \ $(GTK_CFLAGS) \ $(PLUGIN_CFLAGS) \ $(PERL_CFLAGS)