view plugins/perl/Makefile.am @ 5922:83507b72ae6d

[gaim-migrate @ 6362] Aaron DeLong (groff) says this gets perl modules to load, and gamaralf is complaining because the fix works and i didn't do anything with it. so i searched out where the fix would be, because the line numbers were incredibly off, which is why i didn't do anything with it in the first place, and here it is. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 18 Jun 2003 14:55:09 +0000
parents 202105dbed8f
children fcc28f5dd0c8
line wrap: on
line source

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)