From: akl Date: Thu, 27 Dec 2007 08:40:38 +0000 (+0000) Subject: To fix a problem of building SALOME modules with -j parameter (NPAL17383). X-Git-Tag: V4_1_1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4557a8cea626382bfe62a0050e01aeb3016fcce1;p=plugins%2Fghs3dplugin.git To fix a problem of building SALOME modules with -j parameter (NPAL17383). --- diff --git a/idl/Makefile.am b/idl/Makefile.am index 0f3636c..0f0f709 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -41,6 +41,7 @@ lib_LTLIBRARIES = libSalomeIDLGHS3DPLUGIN.la nodist_libSalomeIDLGHS3DPLUGIN_la_SOURCES = \ GHS3DPlugin_AlgorithmSK.cc \ GHS3DPlugin_AlgorithmDynSK.cc +GHS3DPlugin_AlgorithmDynSK.cc: GHS3DPlugin_AlgorithmSK.cc # header files must be exported: other modules have to use this library nodist_salomeinclude_HEADERS= $(BASEIDL_FILES:%.idl=%.hh)