From 7debb8b26fd46ae370680f044317a7c412252484 Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 22 May 2008 08:28:07 +0000 Subject: [PATCH] Implement --with[out]-gui option. --- src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index c38ea74..57fa252 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -32,7 +32,7 @@ VPATH=.:@srcdir@ SUBDIRS = BLSURFPlugin -ifeq (@WITHIHM@,yes) +ifeq (@WITHGUI@,yes) SUBDIRS += GUI endif -- 2.30.2