From: adam Date: Fri, 6 Nov 2009 16:10:20 +0000 (+0000) Subject: Patch for Windows compatibility: add missing -lSALOMEBasics option X-Git-Tag: V5_1_3rc2~6 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=bebf5671ea793af446d6d66576cc2a674053bb39 Patch for Windows compatibility: add missing -lSALOMEBasics option --- diff --git a/src/DriverDAT/Makefile.am b/src/DriverDAT/Makefile.am index 2a9973796..d0307a593 100644 --- a/src/DriverDAT/Makefile.am +++ b/src/DriverDAT/Makefile.am @@ -65,6 +65,7 @@ libMeshDriverDAT_la_CPPFLAGS = \ libMeshDriverDAT_la_LDFLAGS = \ ../Driver/libMeshDriver.la \ + $(KERNEL_LDFLAGS) -lSALOMEBasics \ $(CAS_KERNEL) DAT_Test_CPPFLAGS = \ diff --git a/src/DriverUNV/Makefile.am b/src/DriverUNV/Makefile.am index 5b5775f6d..7dfea7184 100644 --- a/src/DriverUNV/Makefile.am +++ b/src/DriverUNV/Makefile.am @@ -78,6 +78,7 @@ libMeshDriverUNV_la_CPPFLAGS = \ libMeshDriverUNV_la_LDFLAGS = \ ../Driver/libMeshDriver.la \ + $(KERNEL_LDFLAGS) -lSALOMEBasics \ $(CAS_KERNEL) UNV_Test_CPPFLAGS = \