Salome HOME
EDF 2281: Transaltions
[modules/geom.git] / src / BasicGUI / Makefile.am
index 08fde9c7df35d42d5c939a54200769f80102aea8..8c008f59fcb437e41f79aef3e9d66b47e9dfb653 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  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
@@ -93,6 +93,7 @@ libBasicGUI_la_CPPFLAGS =                     \
        $(GUI_CXXFLAGS)                         \
        $(CORBA_CXXFLAGS)                       \
        $(CORBA_INCLUDES)                       \
+       $(OPENCV_INCLUDES)                      \
        -I$(srcdir)/../OBJECT                   \
        -I$(srcdir)/../DlgRef                   \
        -I$(srcdir)/../GEOMGUI                  \
@@ -109,4 +110,5 @@ libBasicGUI_la_LDFLAGS  =                                   \
        ../GEOMBase/libGEOMBase.la                              \
        ../GEOMGUI/libGEOM.la                                   \
        $(CAS_LDFLAGS) -lTKGeomBase                             \
-       $(GUI_LDFLAGS) -lsuit
+       $(GUI_LDFLAGS) -lsuit                                   \
+       $(OPENCV_LIBS)