Salome HOME
Merge branch merge_1_2_d
[modules/smesh.git] / src / Makefile.in
index 25127807e357e208ad03bb1c0a243c58062dadb5..c3dd0dc5efbc6aa71beb0196b807a28b8688d969 100644 (file)
@@ -25,7 +25,7 @@
 #  $Header$
 
 top_srcdir=@top_srcdir@
-top_builddir=../..
+top_builddir=..
 srcdir=@srcdir@
 VPATH=.:@srcdir@
 
@@ -34,6 +34,11 @@ VPATH=.:@srcdir@
 SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \
        SMESH SMESH_I SMESHFiltersSelection SMESHGUI \
        SMESH_SWIG
-# OBJECT SMDS SMESHDS SMESH SMESH_I SMESHGUI
+
+ifeq (@WITHNETGEN@,yes)
+SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \
+       NETGEN SMESH SMESH_I SMESHFiltersSelection SMESHGUI \
+       SMESH_SWIG
+endif
 
 @MODULE@