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=47e405c5eacd9b2a9f9d82e486411ac011e42367;hpb=af37dd54654b4354558b43e5707c9612cfc8c1c3 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@