view plugins/perl/Makefile.am @ 6247:9860b81548d8

[gaim-migrate @ 6741] A patch from Tomasz Gajewski that should make Gadu-Gadu work again. http://sourceforge.net/tracker/index.php?func=detail&aid=774634&group_id=235&atid=300235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 20 Jul 2003 19:11:13 +0000
parents fcc28f5dd0c8
children 2e23ccbccdec
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 = \
	-I$(top_srcdir)/src \
	-DVERSION=\"$(VERSION)\" \
	$(DEBUG_CFLAGS) \
	$(PLUGIN_CFLAGS) \
	$(PERL_CFLAGS)