summaryrefslogtreecommitdiffstats
path: root/src/Math/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-06-11 14:46:20 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-06-11 14:46:20 +0200
commitd71148392055eec06460fa24e3747d2c55d96b38 (patch)
treefb698fb34af7c5408edc8a50ea507e58b9f66708 /src/Math/Makefile.am
parent331652fd82c4ad518f243fa69eea2819dedc4078 (diff)
downloadzoomedit-d71148392055eec06460fa24e3747d2c55d96b38.tar
zoomedit-d71148392055eec06460fa24e3747d2c55d96b38.zip
Added headers and other files to distribution tarball
Diffstat (limited to 'src/Math/Makefile.am')
-rw-r--r--src/Math/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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