]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Implement 'make dist' and 'make distcheck' steps V5_1_0a1 V5_1_0a2
authorvsr <vsr@opencascade.com>
Tue, 16 Sep 2008 11:39:01 +0000 (11:39 +0000)
committervsr <vsr@opencascade.com>
Tue, 16 Sep 2008 11:39:01 +0000 (11:39 +0000)
src/INTERP_KERNEL/Geometric2D/Makefile.am

index 92587244661f0ced5950d242f88bb673c27015ee..ea07b428c6ddc05e955e62cab06df7a5a5e9b7bf 100644 (file)
@@ -29,22 +29,20 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 noinst_LTLIBRARIES = libInterpGeometric2DAlg.la
 
-salomeinclude_HEADERS = \
-       AbstractEdge.hxx     \
-       Bounds.hxx           \
-       Precision.hxx        \
-       ComposedEdge.hxx     \
-       ComposedEdgeWithIt.hxx \
-       EdgeArcCircle.hxx    \
-       Edge.hxx             \
-       Edge.txx             \
-       EdgeInfLin.hxx       \
-       EdgeLin.hxx          \
-       ElementaryEdge.hxx   \
-       Node.hxx             \
-       QuadraticPolygon.hxx
-
 dist_libInterpGeometric2DAlg_la_SOURCES = \
+AbstractEdge.hxx     \
+Bounds.hxx           \
+Precision.hxx        \
+ComposedEdge.hxx     \
+ComposedEdgeWithIt.hxx \
+EdgeArcCircle.hxx    \
+Edge.hxx             \
+Edge.txx             \
+EdgeInfLin.hxx       \
+EdgeLin.hxx          \
+ElementaryEdge.hxx   \
+Node.hxx             \
+QuadraticPolygon.hxx \
 AbstractEdge.cxx     \
 Bounds.cxx           \
 Precision.cxx        \