view plugins/perl/Makefile.am @ 6337:957c1d28b96a

[gaim-migrate @ 6836] The multi-field dialog code seems to be working with multi-line text views in it. It may not work when the text view is in the middle somewhere, but I don't care. I don't ever want to touch this code again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 30 Jul 2003 07:39:23 +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)