* re-enable procmule (WIP)

This commit is contained in:
Dirk-Jan C. Binnema 2011-09-12 20:40:34 +03:00
parent 628d154a2c
commit 0c7f7d4d06
1 changed files with 5 additions and 5 deletions

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