]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Autotools compilation BR_GUI_AutoTools
authormpv <mpv@opencascade.com>
Wed, 8 Nov 2006 05:56:34 +0000 (05:56 +0000)
committermpv <mpv@opencascade.com>
Wed, 8 Nov 2006 05:56:34 +0000 (05:56 +0000)
configure.ac
idl/Makefile.am

index 1a623565e8fc6d4b91eaf2105d1640c8460649e2..3bba06fa80dbeb045905817b2ad47b4176a8975a 100644 (file)
@@ -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 \
index a09c9c622b92281f7fe26987515c8b9040e137ca..d2c308ffd870473ce1cbdf40b72c07bff5cb44ce 100644 (file)
@@ -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