X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPARTITION%2FMakefile.in;h=76de606eb4b0a07359a073c1820110ff2166bb94;hb=35c0ccc26885b896b4e62981979fd987e4b20f76;hp=e38d97f255cca508c7a0c92225b29d88092678c1;hpb=8403de181549f67834cfd0dcd0747af511cbd3dd;p=modules%2Fgeom.git diff --git a/src/PARTITION/Makefile.in b/src/PARTITION/Makefile.in index e38d97f25..76de606eb 100644 --- a/src/PARTITION/Makefile.in +++ b/src/PARTITION/Makefile.in @@ -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 $@