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.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Math/Makefile.am b/src/Math/Makefile.am
deleted file mode 100644
index 5045b5a..0000000
--- a/src/Math/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-noinst_LTLIBRARIES = libmath.la
-
-libmath_la_SOURCES = Triangle2D.cpp Vector2D.cpp Vertex2D.cpp
-
-noinst_HEADERS = Triangle2D.h Vector2D.h Vertex2D.h