summaryrefslogtreecommitdiffstats
path: root/src/Data/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-10 20:36:05 +0200
committerneoraider <devnull@localhost>2008-04-10 20:36:05 +0200
commit84780a8c1d9801e6a2c9f14dd0c17f362ccf7a57 (patch)
treed171330a2812706b8ab205fe33b870de6bc077ed /src/Data/Makefile.am
parent2271ef709f6785b2e156ddca311c7628b7803af0 (diff)
downloadzoomedit-84780a8c1d9801e6a2c9f14dd0c17f362ccf7a57.tar
zoomedit-84780a8c1d9801e6a2c9f14dd0c17f362ccf7a57.zip
zoomedit:
* Mapped XML data structures to classes completely.
Diffstat (limited to 'src/Data/Makefile.am')
-rw-r--r--src/Data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Makefile.am b/src/Data/Makefile.am
index f4712df..3719262 100644
--- a/src/Data/Makefile.am
+++ b/src/Data/Makefile.am
@@ -1,4 +1,4 @@
noinst_LTLIBRARIES = libdata.la
-libdata_la_SOURCES = Level.cpp Room.cpp Triangle.cpp Vector.cpp Vertex.cpp
+libdata_la_SOURCES = Info.cpp Gate.cpp Level.cpp Room.cpp Texture.cpp Triangle.cpp Vector.cpp Vertex.cpp
libdata_la_CPPFLAGS = $(libxml_CFLAGS) \ No newline at end of file