]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
PR: compilation on KUbuntu 11.10
authorprascle <prascle>
Sat, 22 Oct 2011 16:22:41 +0000 (16:22 +0000)
committerprascle <prascle>
Sat, 22 Oct 2011 16:22:41 +0000 (16:22 +0000)
src/SALOMEDSImpl/Makefile.am

index 5cf2629b5534929d904f6aea6e448b278e0796a8..231e3f598449dca3866ded79ba5e492c4b966d02 100644 (file)
@@ -109,6 +109,7 @@ COMMON_LIBS =\
        ../HDFPersist/libSalomeHDFPersist.la \
        ../DF/libDF.la \
        ../GenericObj/libSalomeGenericObj.la \
+       $(top_builddir)/idl/libSalomeIDLKernel.la \
        @HDF5_LIBS@ 
 
 
@@ -234,4 +235,4 @@ bin_PROGRAMS = testDS
 testDS_SOURCES  = testDS.cxx
 testDS_CPPFLAGS = $(COMMON_CPPFLAGS)
 testDS_LDADD    = libSalomeDSImpl.la ../DF/libDF.la \
-       $(HDF5_LIBS) $(CORBA_LIBS)
+       $(COMMON_LIBS) $(CORBA_LIBS)