From c9c875c0ac10c178f50b76f8216012db9edb454a Mon Sep 17 00:00:00 2001 From: pkv Date: Fri, 20 Nov 2009 04:30:12 +0000 Subject: [PATCH] add $(COMMON_LIBS) in section Executables targets --- src/SALOMEDS/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/SALOMEDS/Makefile.am b/src/SALOMEDS/Makefile.am index e10fa9095..a48b874ad 100644 --- a/src/SALOMEDS/Makefile.am +++ b/src/SALOMEDS/Makefile.am @@ -290,11 +290,13 @@ SALOMEDS_Server_CPPFLAGS = $(COMMON_CPPFLAGS) SALOMEDS_Server_LDADD = libSalomeDS.la \ ../Basics/libSALOMEBasics.la \ $(HDF5_LIBS) \ - $(CORBA_LIBS) + $(CORBA_LIBS) \ + $(COMMON_LIBS) SALOMEDS_Client_SOURCES = SALOMEDS_Client.cxx SALOMEDS_Client_CPPFLAGS = $(COMMON_CPPFLAGS) SALOMEDS_Client_LDADD = libSalomeDS.la \ ../Basics/libSALOMEBasics.la \ $(HDF5_LIBS) \ - $(CORBA_LIBS) + $(CORBA_LIBS) \ + $(COMMON_LIBS) -- 2.39.2