summaryrefslogtreecommitdiffstats
path: root/src/Math/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-05-20 11:55:04 +0200
committerneoraider <devnull@localhost>2008-05-20 11:55:04 +0200
commit5bb27d2b6d7915f03fd7e39444a2ff0fac537672 (patch)
tree16504dbcadf71afd3be79977d3eda2e0a562ed79 /src/Math/Makefile.am
parent094c72221ea15615b4bcdc31a4acbb4e5c67817a (diff)
downloadzoomedit-5bb27d2b6d7915f03fd7e39444a2ff0fac537672.tar
zoomedit-5bb27d2b6d7915f03fd7e39444a2ff0fac537672.zip
zoomedit:
* Added 2D vector maths * Made rooms selectable
Diffstat (limited to 'src/Math/Makefile.am')
-rw-r--r--src/Math/Makefile.am3
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