From d92d6b6d067ead95cc12300eeb9ad5821c550930 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 15 Feb 2007 07:20:09 +0000 Subject: [PATCH] MPV: merge from branch BR_GUI_AutoTools --- idl/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/idl/Makefile.am b/idl/Makefile.am index a09c9c622..d2c308ffd 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -90,6 +90,9 @@ if MPI_IS_OK IDL_SOURCES += $(MPIIDL_SOURCES) endif +# also install all generated headers to use result library from another modules +salomeinclude_DATA= $(IDL_SOURCES:%SK.cc=%.hh) + BUILT_SOURCES = $(IDL_SOURCES) lib_LTLIBRARIES = libSalomeIDLKernel.la -- 2.39.2