From 4e85b01e33c8625f87f9805ef88c35d698aca591 Mon Sep 17 00:00:00 2001 From: abd Date: Thu, 17 Aug 2006 09:13:12 +0000 Subject: [PATCH] fix linux compilation --- src/GEOMImpl/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2