summaryrefslogtreecommitdiffstats
path: root/src/Math/Makefile.am
diff options
context:
space:
mode:
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