diff libgaim/plugins/Makefile.am @ 14372:d5c22258df09

[gaim-migrate @ 17078] Reenable the perl build on non-Windows. I'm looking at making a gtk perl plugin to use the gtk stuff, we'll see if I succeed. I'm leaving the gtk stuff in here but ifdef:d out for now. I'll clean it up if I get the gtk perl plugin working. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 29 Aug 2006 04:15:29 +0000
parents a54ff7cafc2a
children 69590c55c748
line wrap: on
line diff
--- a/libgaim/plugins/Makefile.am	Tue Aug 29 03:47:34 2006 +0000
+++ b/libgaim/plugins/Makefile.am	Tue Aug 29 04:15:29 2006 +0000
@@ -1,9 +1,7 @@
 DIST_SUBDIRS = mono perl ssl tcl
 
 if USE_PERL
-# Fix the perl plugin to not use gtk first
-# PERL_DIR = perl
-PERL_DIR = 
+PERL_DIR = perl
 endif
 
 if USE_TCL