X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FMakefile.in;h=c3dd0dc5efbc6aa71beb0196b807a28b8688d969;hp=09c3b8c0138669fe1b641bde2d2a4f246725039e;hb=faa1c8f2bc27c5244a34fe03584826de59cb17b3;hpb=cf8c1dc99ee5029f8374a7ddff34854bfafe066b diff --git a/src/Makefile.in b/src/Makefile.in index 09c3b8c01..c3dd0dc5e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -35,5 +35,10 @@ SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \ SMESH SMESH_I SMESHFiltersSelection SMESHGUI \ SMESH_SWIG +ifeq (@WITHNETGEN@,yes) +SUBDIRS = OBJECT SMDS SMESHDS Driver DriverMED DriverDAT DriverUNV MEFISTO2 \ + NETGEN SMESH SMESH_I SMESHFiltersSelection SMESHGUI \ + SMESH_SWIG +endif @MODULE@