summaryrefslogtreecommitdiffstats
path: root/src/Data/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-09 21:11:05 +0200
committerneoraider <devnull@localhost>2008-04-09 21:11:05 +0200
commitdbe6bf35635c70abdcc3656b3fcb4408fc920c74 (patch)
treeda26ee8826ef0e4812808f1343e4250e42564eb0 /src/Data/Makefile.am
parent73f6346ed1b4a8cae3fce962349ecd783fa08159 (diff)
downloadzoomedit-dbe6bf35635c70abdcc3656b3fcb4408fc920c74.tar
zoomedit-dbe6bf35635c70abdcc3656b3fcb4408fc920c74.zip
zoomedit:
* Added some basic data structures.
Diffstat (limited to 'src/Data/Makefile.am')
-rw-r--r--src/Data/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Data/Makefile.am b/src/Data/Makefile.am
new file mode 100644
index 0000000..51afca5
--- /dev/null
+++ b/src/Data/Makefile.am
@@ -0,0 +1,3 @@
+noinst_LTLIBRARIES = libdata.la
+
+libdata_la_SOURCES = Triangle.cpp Vector.cpp Vertex.cpp \ No newline at end of file