From 5562771d057693d97321661ae8b068d4e9f96cf4 Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 8 Nov 2006 05:56:34 +0000 Subject: [PATCH] Autotools compilation --- configure.ac | 2 +- idl/Makefile.am | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2