From d71148392055eec06460fa24e3747d2c55d96b38 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 11 Jun 2008 14:46:20 +0200 Subject: Added headers and other files to distribution tarball --- src/Math/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Math/Makefile.am') diff --git a/src/Math/Makefile.am b/src/Math/Makefile.am index dad7512..5045b5a 100644 --- a/src/Math/Makefile.am +++ b/src/Math/Makefile.am @@ -1,3 +1,5 @@ noinst_LTLIBRARIES = libmath.la libmath_la_SOURCES = Triangle2D.cpp Vector2D.cpp Vertex2D.cpp + +noinst_HEADERS = Triangle2D.h Vector2D.h Vertex2D.h -- cgit v1.2.3