summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-07-26 22:14:20 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2011-07-26 22:14:20 +0300
commit63076fe22205aaec1b6c4b0cc20472ffe2f9c0b9 (patch)
tree38878d5745ce1f72a4d113d56777fa47812e0c72
parentd95778b0a0855bfdf20878bdda274eb5da341369 (diff)
* don't include procmule for now, it's not ready
-rw-r--r--configure.ac3
-rw-r--r--toys/Makefile.am10
2 files changed, 7 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 2ce4607..9b63bcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -261,6 +261,8 @@ AS_IF([test "x$PMCCABE" = "xno"],[
*** Please install it if you want to run the automated code checks])
],[have_pmccabe="yes"])
+#toys/procmule/Makefile
+
AC_CONFIG_FILES([
Makefile
src/Makefile
@@ -271,7 +273,6 @@ toys/Makefile
toys/mug/Makefile
toys/mug2/Makefile
toys/muile/Makefile
-toys/procmule/Makefile
man/Makefile
m4/Makefile
contrib/Makefile
diff --git a/toys/Makefile.am b/toys/Makefile.am
index dd3ddc9..db8b269 100644
--- a/toys/Makefile.am
+++ b/toys/Makefile.am
@@ -34,10 +34,10 @@ SUBDIRS += muile
endif
# for procmule, we need guile and gio
-if HAVE_GUILE
-if HAVE_GIO
-SUBDIRS += procmule
-endif
-endif
+#if HAVE_GUILE
+#if HAVE_GIO
+#SUBDIRS += procmule
+#endif
+#endif