comparison plugins/Makefile.am @ 6694:2d2f04c5c7d2

[gaim-migrate @ 7220] Sean probably won't think this is contact support. This is in fact a Tcl script plugin loader. That's probably what he'll think it is. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 02 Sep 2003 03:34:37 +0000
parents e5e415a72904
children 4e78ef5587e4
comparison
equal deleted inserted replaced
6693:8c1b5dd87fbf 6694:2d2f04c5c7d2
1 DIST_SUBDIRS = docklet gaim-remote gestures perl ticker 1 DIST_SUBDIRS = docklet gaim-remote gestures perl tcl ticker
2 2
3 if USE_PERL 3 if USE_PERL
4 PERL_DIR = perl 4 PERL_DIR = perl
5 endif 5 endif
6 6
7 SUBDIRS = docklet gaim-remote gestures $(PERL_DIR) ticker 7 if USE_TCL
8 TCL_DIR = tcl
9 endif
10
11 SUBDIRS = docklet gaim-remote gestures $(PERL_DIR) $(TCL_DIR) ticker
8 12
9 plugindir = $(libdir)/gaim 13 plugindir = $(libdir)/gaim
10 14
11 autorecon_la_LDFLAGS = -module -avoid-version 15 autorecon_la_LDFLAGS = -module -avoid-version
12 history_la_LDFLAGS = -module -avoid-version 16 history_la_LDFLAGS = -module -avoid-version