Salome HOME
Fix linkage problem
[modules/smesh.git] / src / DriverDAT / Makefile.am
index 338bc1d17e5bcdc0c75cad22901a109fc9f3071b..c5180bfa6347743cc5d1618fb8647eb9f9dc2607 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -52,11 +52,12 @@ libMeshDriverDAT_la_CPPFLAGS = \
        $(BOOST_CPPFLAGS) \
        -I$(srcdir)/../Driver \
        -I$(srcdir)/../SMDS \
+       -I$(srcdir)/../SMESHUtils \
        -I$(srcdir)/../SMESHDS
 
 libMeshDriverDAT_la_LDFLAGS  = \
        ../Driver/libMeshDriver.la \
-       $(KERNEL_LDFLAGS) -lSALOMEBasics \
+       $(KERNEL_LDFLAGS) -lSALOMEBasics -lSalomeIDLKernel \
        $(CAS_KERNEL)
 
 DAT_Test_CPPFLAGS = \
@@ -66,5 +67,5 @@ DAT_Test_LDADD = \
        libMeshDriverDAT.la \
        ../Driver/libMeshDriver.la \
        ../SMDS/libSMDS.la \
-       $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics
+       $(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics -lSalomeIDLKernel