summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-10-23 21:08:04 +0200
committerneoraider <devnull@localhost>2007-10-23 21:08:04 +0200
commit65bcb3040dfae00625a95ae1ffd02720513ded13 (patch)
tree1099bc1262d6e2291640355b0f3fb04f2e57c0d4 /Makefile.am
parent7b70cc94c7f2407f20786644141a097031b96e66 (diff)
downloadzoomedit-65bcb3040dfae00625a95ae1ffd02720513ded13.tar
zoomedit-65bcb3040dfae00625a95ae1ffd02720513ded13.zip
zoomedit: Renderer in Klasse gekapselt.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e1bfcce..25ebf7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
bin_PROGRAMS = zoomedit
-zoomedit_SOURCES = zoomedit.cpp UIManager.cpp draw.cpp Vertex.cpp \
+zoomedit_SOURCES = zoomedit.cpp UIManager.cpp Renderer.cpp Vertex.cpp \
Line.cpp Polygon.cpp Rectangle.cpp Room.cpp Triangle.cpp \
IdManager.cpp WindowManager.cpp SidebarManager.cpp \
Window.cpp SidebarView.cpp SidebarAdd.cpp Drawer.cpp \