Mercurial > pidgin.yaz
view plugins/perl/Makefile.am @ 6504:6467b992baac
[gaim-migrate @ 7019]
sorted POTFILES.in
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 19 Aug 2003 11:00:12 +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)