Skip to content

Commit

Permalink
* don't include procmule for now, it's not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jul 26, 2011
1 parent d95778b commit 63076fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -271,7 +273,6 @@ toys/Makefile
toys/mug/Makefile
toys/mug2/Makefile
toys/muile/Makefile
toys/procmule/Makefile
man/Makefile
m4/Makefile
contrib/Makefile
Expand Down
10 changes: 5 additions & 5 deletions toys/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 63076fe

Please sign in to comment.