From dac323022186f4437b449606d44f204a433376c5 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 15 Oct 2008 10:07:14 +0000 Subject: [PATCH] Issue 0019981: integrate patch for compilation with cmake (from E.Adam) --- src/SALOMEDSClient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDSClient/Makefile.am b/src/SALOMEDSClient/Makefile.am index 4615a1a86..80c2347d6 100644 --- a/src/SALOMEDSClient/Makefile.am +++ b/src/SALOMEDSClient/Makefile.am @@ -86,7 +86,7 @@ COMMON_CPPFLAGS= \ # This local variable defines the list of dependant libraries common to all target in this package. -COMMON_LIBS = +COMMON_LIBS = $(top_builddir)/idl/libSalomeIDLKernel.la # # =============================================================== -- 2.39.2