diff options
Diffstat (limited to 'src/Math/Makefile.am')
-rw-r--r-- | src/Math/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Math/Makefile.am b/src/Math/Makefile.am new file mode 100644 index 0000000..dad7512 --- /dev/null +++ b/src/Math/Makefile.am @@ -0,0 +1,3 @@ +noinst_LTLIBRARIES = libmath.la + +libmath_la_SOURCES = Triangle2D.cpp Vector2D.cpp Vertex2D.cpp |