comparison plugins/Makefile.am @ 8306:d94df977b502

[gaim-migrate @ 9030] Oops, I patched in the wrong tree and got some experimental stuff committed. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 21 Feb 2004 06:24:35 +0000
parents 57bdd25752c1
children 7024b595b6ae
comparison
equal deleted inserted replaced
8305:57bdd25752c1 8306:d94df977b502
1 DIST_SUBDIRS = docklet gevolution gaim-remote gestures mono perl ssl tcl ticker 1 DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker
2 2
3 if BUILD_GEVOLUTION 3 if BUILD_GEVOLUTION
4 GEVOLUTION_DIR = gevolution 4 GEVOLUTION_DIR = gevolution
5 endif 5 endif
6 6
10 10
11 if USE_TCL 11 if USE_TCL
12 TCL_DIR = tcl 12 TCL_DIR = tcl
13 endif 13 endif
14 14
15 if USE_MONO
16 #MONO_DIR = mono
17 MONO_DIR =
18 endif
19
20 SUBDIRS = \ 15 SUBDIRS = \
21 docklet gaim-remote $(GEVOLUTION_DIR) gestures \ 16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \
22 $(MONO_DIR) $(PERL_DIR) $(TCL_DIR) ssl ticker 17 $(PERL_DIR) $(TCL_DIR) ssl ticker
23 18
24 plugindir = $(libdir)/gaim 19 plugindir = $(libdir)/gaim
25 20
26 autorecon_la_LDFLAGS = -module -avoid-version 21 autorecon_la_LDFLAGS = -module -avoid-version
27 history_la_LDFLAGS = -module -avoid-version 22 history_la_LDFLAGS = -module -avoid-version