From: mpv Date: Wed, 8 Nov 2006 05:56:34 +0000 (+0000) Subject: Autotools compilation X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FBR_GUI_AutoTools;p=modules%2Fkernel.git Autotools compilation --- diff --git a/configure.ac b/configure.ac index 1a623565e..3bba06fa8 100644 --- a/configure.ac +++ b/configure.ac @@ -494,7 +494,7 @@ AC_OUTPUT([ \ ./salome_adm/Makefile \ ./salome_adm/unix/Makefile \ ./salome_adm/unix/config_files/Makefile \ - ./Makefile \ + Makefile \ ./bin/Makefile \ ./bin/VERSION \ ./bin/runIDLparser \ 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