From: abd Date: Thu, 17 Aug 2006 09:13:12 +0000 (+0000) Subject: fix linux compilation X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4e85b01e33c8625f87f9805ef88c35d698aca591;p=modules%2Fgeom.git fix linux compilation --- diff --git a/src/GEOMImpl/Makefile.in b/src/GEOMImpl/Makefile.in index 73061a42c..0e6263654 100644 --- a/src/GEOMImpl/Makefile.in +++ b/src/GEOMImpl/Makefile.in @@ -109,7 +109,8 @@ EXPORT_HEADERS= GEOMImpl_Gen.hxx \ GEOMImpl_IMeasureOperations.hxx \ GEOMImpl_IGroupOperations.hxx \ GEOMImpl_CopyDriver.hxx \ - GEOMImpl_Types.hxx + GEOMImpl_Types.hxx \ + GEOM_GEOMImpl.hxx # additionnal information to compil and link file CPPFLAGS += $(OCC_INCLUDES) $(KERNEL_CXXFLAGS) $(BOOST_CPPFLAGS)