Salome HOME
Patch for Windows compatibility: add missing -lSALOMEBasics option
[modules/smesh.git] / src / DriverUNV / Makefile.am
index 5b5775f6d1646e1d1df7979f52299581b13b7d15..7dfea7184d9b039a694ba4ca011aeb1f0e0d4f6e 100644 (file)
@@ -78,6 +78,7 @@ libMeshDriverUNV_la_CPPFLAGS = \
 
 libMeshDriverUNV_la_LDFLAGS  = \
        ../Driver/libMeshDriver.la \
+       $(KERNEL_LDFLAGS) -lSALOMEBasics \
        $(CAS_KERNEL)
 
 UNV_Test_CPPFLAGS = \