From 0c7f7d4d067d88967e0fb5eb3b96da2b6f8e08e3 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 12 Sep 2011 20:40:34 +0300 Subject: [PATCH] * re-enable procmule (WIP) --- toys/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/toys/Makefile.am b/toys/Makefile.am index db8b269b..dd3ddc90 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