Salome HOME
ADD a end user module (services.py) to help the manipulation of SALOME KERNEL service...
[modules/kernel.git] / 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)