diff 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
line wrap: on
line diff
--- a/plugins/Makefile.am	Sat Feb 21 00:10:07 2004 +0000
+++ b/plugins/Makefile.am	Sat Feb 21 06:06:03 2004 +0000
@@ -1,4 +1,4 @@
-DIST_SUBDIRS = docklet gevolution gaim-remote gestures perl ssl tcl ticker
+DIST_SUBDIRS = docklet gevolution gaim-remote gestures mono perl ssl tcl ticker
 
 if BUILD_GEVOLUTION
 GEVOLUTION_DIR = gevolution
@@ -12,9 +12,14 @@
 TCL_DIR = tcl
 endif
 
+if USE_MONO
+#MONO_DIR = mono
+MONO_DIR =
+endif
+
 SUBDIRS = \
 	docklet gaim-remote $(GEVOLUTION_DIR) gestures \
-	$(PERL_DIR) $(TCL_DIR) ssl ticker
+	$(MONO_DIR) $(PERL_DIR) $(TCL_DIR) ssl ticker
 
 plugindir = $(libdir)/gaim