* don't include procmule for now, it's not ready

This commit is contained in:
Dirk-Jan C. Binnema 2011-07-26 22:14:20 +03:00
parent d95778b0a0
commit 63076fe222
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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