* don't include procmule for now, it's not ready
This commit is contained in:
@ -261,6 +261,8 @@ AS_IF([test "x$PMCCABE" = "xno"],[
|
|||||||
*** Please install it if you want to run the automated code checks])
|
*** Please install it if you want to run the automated code checks])
|
||||||
],[have_pmccabe="yes"])
|
],[have_pmccabe="yes"])
|
||||||
|
|
||||||
|
#toys/procmule/Makefile
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
@ -271,7 +273,6 @@ toys/Makefile
|
|||||||
toys/mug/Makefile
|
toys/mug/Makefile
|
||||||
toys/mug2/Makefile
|
toys/mug2/Makefile
|
||||||
toys/muile/Makefile
|
toys/muile/Makefile
|
||||||
toys/procmule/Makefile
|
|
||||||
man/Makefile
|
man/Makefile
|
||||||
m4/Makefile
|
m4/Makefile
|
||||||
contrib/Makefile
|
contrib/Makefile
|
||||||
|
|||||||
@ -34,10 +34,10 @@ SUBDIRS += muile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# for procmule, we need guile and gio
|
# for procmule, we need guile and gio
|
||||||
if HAVE_GUILE
|
#if HAVE_GUILE
|
||||||
if HAVE_GIO
|
#if HAVE_GIO
|
||||||
SUBDIRS += procmule
|
#SUBDIRS += procmule
|
||||||
endif
|
#endif
|
||||||
endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user