Mercurial > pidgin
view plugins/perl/Makefile.am @ 6427:7be78f2f51ef
[gaim-migrate @ 6935]
Nuno is a kinda cool first name.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 11 Aug 2003 19:11:39 +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)