From 22ace597aaf438ad662a34593c432577989209b0 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 15 Sep 2009 21:49:40 +0200 Subject: Utilities did not get built when eurephiadm is enabled --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 61b3ed1..00b0ea8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ IF(EUREPHIADM) SET(ADMIN_ENABLED on) ADD_DEFINITIONS(-DENABLE_EUREPHIADM) # Add the eurephiadm utility to the build queue - SET(subdirs ${subdirs} eurephiadm) + SET(subdirs ${subdirs} eurephiadm utils) ENDIF(EUREPHIADM) # Enable firewall features if iptables is enabled -- cgit