Salome HOME
0021514: EDF GEOM: Partition failure. A fix by PKV.
[modules/geom.git] / src / GEOM_I_Superv / Makefile.am
index 368896cef50df6441297e1ee6fb63baed505fc03..1bee768132ee7ac2315a5cce225f7329045e9b69 100644 (file)
@@ -15,7 +15,6 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
 
 #  GEOM GEOM : implementaion of GEOM_Superv.idl
 #  File   : Makefile.in
 #  Modified by : Alexander BORODIN (OCN) - autotools usage
 #  Module : GEOM
 #  $Header$
+
 # Libraries targets
-#
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 # header files 
 salomeinclude_HEADERS = \
        GEOM_Superv_i.hh \
-       GEOM_List_i.hh
+       GEOM_List_i.hh \
+       GEOM_I_Superv.hxx
 
 # Libraries targets
 lib_LTLIBRARIES = libGEOM_SupervEngine.la
@@ -44,6 +44,7 @@ libGEOM_SupervEngine_la_CPPFLAGS =    \
        $(CAS_CPPFLAGS)                 \
        $(QT_INCLUDES)                  \
        $(KERNEL_CXXFLAGS)              \
+       $(GUI_CXXFLAGS)         \
        $(BOOST_CPPFLAGS)               \
        $(CORBA_CXXFLAGS)               \
        $(CORBA_INCLUDES)               \
@@ -53,7 +54,7 @@ libGEOM_SupervEngine_la_CPPFLAGS =    \
        -I$(srcdir)/../GEOMImpl         \
        -I$(srcdir)/../GEOM             \
        -I$(srcdir)/../GEOM_I           \
-       -I$(srcdir)/../GEOMAlgo         \
+       -I$(srcdir)/../$(GEOMAlgo_VAR)  \
        -I$(top_builddir)/idl
 
 libGEOM_SupervEngine_la_LDFLAGS  =     \