Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/superv.git] / src / Makefile.in
index d31285fe16a2317f137db9169b868519944adfda..f600625a710dbf7ab67853c58c8d63dfb0228c0f 100644 (file)
@@ -31,6 +31,10 @@ VPATH=.:@srcdir@
 
 @COMMENCE@
 
-SUBDIRS = GraphBase GraphEditor GraphExecutor Supervision SUPERVGUI
+SUBDIRS = GraphBase GraphEditor GraphExecutor Supervision
+ifeq (@WITHIHM@,yes)
+  SUBDIRS+= SUPERVGUI
+endif
+
 
 @MODULE@