Salome HOME
Implement --with[out]-gui option. V4_1_3rc1
authorjfa <jfa@opencascade.com>
Thu, 22 May 2008 08:28:07 +0000 (08:28 +0000)
committerjfa <jfa@opencascade.com>
Thu, 22 May 2008 08:28:07 +0000 (08:28 +0000)
src/Makefile.in

index c38ea7485fa6343926f50a94bf6852c61318a14f..57fa25215b3ae99564ffdef9d3591a51ee57448d 100644 (file)
@@ -32,7 +32,7 @@ VPATH=.:@srcdir@
 
 SUBDIRS = BLSURFPlugin
 
-ifeq (@WITHIHM@,yes)
+ifeq (@WITHGUI@,yes)
   SUBDIRS += GUI
 endif