From: prascle Date: Wed, 11 May 2011 15:49:04 +0000 (+0000) Subject: PR: debug parallel compilation X-Git-Tag: V6_3_0b2~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f8ddfb21180dd9aa94e04aeb27b83c3cdb8162b6;p=modules%2Fsmesh.git PR: debug parallel compilation --- diff --git a/idl/Makefile.am b/idl/Makefile.am index 491c38667..c46fe6c97 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -53,6 +53,9 @@ nodist_libSalomeIDLSMESH_la_SOURCES = \ SMESH_MeshEditorSK.cc \ SMESH_MeasurementsSK.cc +# to be done at first, to avoid parallel compilation problems +BUILT_SOURCES = $(nodist_libSalomeIDLSMESH_la_SOURCES) + # header files must be exported: other modules have to use this library nodist_salomeinclude_HEADERS = $(BASEIDL_FILES:%.idl=%.hh)