From b75c21a6406f2b3d996bf577e231ecbdafeed5e4 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Thu, 9 Jan 2014 09:52:18 +0000 Subject: [PATCH] add missing files header file in Makefile --- libsrc/include/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libsrc/include/Makefile.am b/libsrc/include/Makefile.am index f84db193..c4420cf2 100644 --- a/libsrc/include/Makefile.am +++ b/libsrc/include/Makefile.am @@ -1,6 +1,7 @@ noinst_HEADERS = acisgeom.hpp gprim.hpp meshing.hpp occgeom.hpp \ visual.hpp csg.hpp incvis.hpp myadt.hpp opti.hpp geometry2d.hpp \ -linalg.hpp mydefs.hpp parallel.hpp stlgeom.hpp mystdlib.h +linalg.hpp mydefs.hpp parallel.hpp stlgeom.hpp mystdlib.h \ +nginterface_v2_impl.hpp include_HEADERS = nginterface.h nginterface_v2.hpp