From 4557a8cea626382bfe62a0050e01aeb3016fcce1 Mon Sep 17 00:00:00 2001 From: akl Date: Thu, 27 Dec 2007 08:40:38 +0000 Subject: [PATCH] To fix a problem of building SALOME modules with -j parameter (NPAL17383). --- idl/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2