Salome HOME
Installation instructions
[modules/paravis.git] / src / Makefile.am
index 3b8741f7d1e3ba52b907b7fb30328437cde0bb15..c9e363ebe2042fa2db70d90ff047a38f0976a24e 100755 (executable)
@@ -25,4 +25,9 @@
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
-SUBDIRS = PVGUI
+if BUILD_PLUGINS
+  SUBDIRS = PVGUI Plugins
+else
+  SUBDIRS = PVGUI
+endif
+