changeset 11880:cf5243edcba0

[gaim-migrate @ 14171] CruiseControl - This one's for you darling! committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 29 Oct 2005 01:05:29 +0000
parents 20479a2cf911
children 4b84b080a5f2
files plugins/perl/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/Makefile.am	Fri Oct 28 23:16:37 2005 +0000
+++ b/plugins/perl/Makefile.am	Sat Oct 29 01:05:29 2005 +0000
@@ -5,7 +5,7 @@
 plugin_LTLIBRARIES = perl.la libgaimperl.la
 
 perl_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) $(PERL_LIBS)
-perl_la_LIBADD = $(PERL_LIBS) -L.libs -lgaimperl
+perl_la_LIBADD = $(PERL_LIBS) -L. -L.libs -lgaimperl
 perl_la_SOURCES = \
 	perl.c \
 	perl-common.c \