comparison plugins/Makefile.am @ 8305:57bdd25752c1

[gaim-migrate @ 9029] The docklet should compile again. Yay! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 21 Feb 2004 06:06:03 +0000
parents 35db601609e3
children d94df977b502
comparison
equal deleted inserted replaced
8304:42f1614783f0 8305:57bdd25752c1
1 DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker 1 DIST_SUBDIRS = docklet gevolution gaim-remote gestures mono 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
15 SUBDIRS = \ 20 SUBDIRS = \
16 docklet gaim-remote $(GEVOLUTION_DIR) gestures \ 21 docklet gaim-remote $(GEVOLUTION_DIR) gestures \
17 $(PERL_DIR) $(TCL_DIR) ssl ticker 22 $(MONO_DIR) $(PERL_DIR) $(TCL_DIR) ssl ticker
18 23
19 plugindir = $(libdir)/gaim 24 plugindir = $(libdir)/gaim
20 25
21 autorecon_la_LDFLAGS = -module -avoid-version 26 autorecon_la_LDFLAGS = -module -avoid-version
22 history_la_LDFLAGS = -module -avoid-version 27 history_la_LDFLAGS = -module -avoid-version