From 9b88c07cb76595ebd96ee822cc82943a4f5a10d0 Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Fri, 11 Sep 2009 20:07:34 +0000 Subject: [PATCH] fix Makefile --- libsrc/csg/Makefile.am | 2 +- libsrc/meshing/Makefile.am | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/libsrc/csg/Makefile.am b/libsrc/csg/Makefile.am index ff0b3f3c..9c6eeae9 100644 --- a/libsrc/csg/Makefile.am +++ b/libsrc/csg/Makefile.am @@ -2,7 +2,7 @@ noinst_HEADERS = algprim.hpp csgparser.hpp extrusion.hpp manifold.hpp \ singularref.hpp surface.hpp brick.hpp curve2d.hpp gencyl.hpp \ meshsurf.hpp solid.hpp triapprox.hpp csgeom.hpp edgeflw.hpp geoml.hpp \ polyhedra.hpp specpoin.hpp csg.hpp explicitcurve2d.hpp identify.hpp \ -revolution.hpp spline3d.hpp +revolution.hpp spline3d.hpp AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include diff --git a/libsrc/meshing/Makefile.am b/libsrc/meshing/Makefile.am index 2bfbae19..373d13d4 100644 --- a/libsrc/meshing/Makefile.am +++ b/libsrc/meshing/Makefile.am @@ -1,14 +1,15 @@ AM_CPPFLAGS = $(MPI_INCLUDES) -I$(top_srcdir)/libsrc/include -noinst_HEADERS = adfront2.hpp hpref_quad.hpp meshfunc.hpp ruler3.hpp \ +noinst_HEADERS = adfront2.hpp hpref_quad.hpp meshfunc.hpp ruler3.hpp \ adfront3.hpp findip.hpp findip2.hpp hpref_segm.hpp meshing2.hpp \ specials.hpp bisect.hpp geomsearch.hpp hpref_tet.hpp meshing3.hpp \ topology.hpp boundarylayer.hpp global.hpp hpref_trig.hpp meshing.hpp \ validate.hpp classifyhpel.hpp hpref_hex.hpp improve2.hpp meshtool.hpp \ clusters.hpp hprefinement.hpp improve3.hpp meshtype.hpp \ hpref_prism.hpp localh.hpp msghandler.hpp curvedelems.hpp \ - hpref_pyramid.hpp meshclass.hpp ruler2.hpp bcfunctions.hpp + hpref_pyramid.hpp meshclass.hpp ruler2.hpp bcfunctions.hpp \ + basegeom.hpp