Salome HOME
Patch for bug IPAL9210(3.0.0 "GEOM_usinggeom.py" script execution failed.).
[modules/geom.git] / src / PARTITION / Makefile.in
index e38d97f255cca508c7a0c92225b29d88092678c1..76de606eb4b0a07359a073c1820110ff2166bb94 100644 (file)
@@ -27,7 +27,7 @@
 #  $Header$
 
 top_srcdir=@top_srcdir@
-top_builddir=../../..
+top_builddir=../..
 srcdir=@srcdir@
 VPATH=.:@srcdir@
 
@@ -35,7 +35,7 @@ VPATH=.:@srcdir@
 @COMMENCE@
 
 # Libraries targets
-LIB = libGeometryPartition.la
+LIB = libGEOMPartition.la
 LIB_SRC = Partition_Inter2d.cxx \
          Partition_Inter3d.cxx \
          Partition_Loop2d.cxx \
@@ -53,9 +53,9 @@ EXPORT_HEADERS = Partition_Spliter.hxx \
 EXPORT_IDLS=
 
 
-CPPFLAGS += $(OCC_INCLUDES)
-CXXFLAGS += $(OCC_CXXFLAGS)
-LDFLAGS += $(CAS_LDPATH) -lTKBool
+CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
+CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
+LDFLAGS += $(CAS_LDPATH) -lTKBool -L${KERNEL_ROOT_DIR}/lib/salome
 
 %_moc.cxx: %.h
        $(MOC) $< -o $@