comparison 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
comparison
equal deleted inserted replaced
14371:f3137c1faebe 14372:d5c22258df09
1 DIST_SUBDIRS = mono perl ssl tcl 1 DIST_SUBDIRS = mono perl ssl tcl
2 2
3 if USE_PERL 3 if USE_PERL
4 # Fix the perl plugin to not use gtk first 4 PERL_DIR = perl
5 # PERL_DIR = perl
6 PERL_DIR =
7 endif 5 endif
8 6
9 if USE_TCL 7 if USE_TCL
10 TCL_DIR = tcl 8 TCL_DIR = tcl
11 endif 9 endif