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)