From: prascle Date: Sat, 22 Oct 2011 16:22:41 +0000 (+0000) Subject: PR: compilation on KUbuntu 11.10 X-Git-Tag: Before_0020136~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0b2389f7361728e108d610d99112b6d3d393b46b;p=modules%2Fkernel.git PR: compilation on KUbuntu 11.10 --- diff --git a/src/SALOMEDSImpl/Makefile.am b/src/SALOMEDSImpl/Makefile.am index 5cf2629b5..231e3f598 100644 --- a/src/SALOMEDSImpl/Makefile.am +++ b/src/SALOMEDSImpl/Makefile.am @@ -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)