X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMakefile.in;h=c3dd0dc5efbc6aa71beb0196b807a28b8688d969;hp=25127807e357e208ad03bb1c0a243c58062dadb5;hb=47e405c5eacd9b2a9f9d82e486411ac011e42367;hpb=4791f5b30ea7a9c1247aa551750dc71cb83b99aa diff --git a/src/Makefile.in b/src/Makefile.in index 25127807e..c3dd0dc5e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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@