summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-10-19 00:07:02 +0200
committerneoraider <devnull@localhost>2007-10-19 00:07:02 +0200
commitddebc59336b71accc9887004b0f5c9a4bb17eb6b (patch)
treef6fec8577a50e536167c1352e8148a18c2e2f0b7 /Makefile.am
parent2bc9bb15dcc9691f6946eaa7a03370814bad0b8e (diff)
downloadzoomedit-ddebc59336b71accc9887004b0f5c9a4bb17eb6b.tar
zoomedit-ddebc59336b71accc9887004b0f5c9a4bb17eb6b.zip
zoomedit: UIManager gekapselt + einige kleine Fixes.
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 a95c2ae..e1bfcce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
bin_PROGRAMS = zoomedit
-zoomedit_SOURCES = zoomedit.cpp ui.cpp draw.cpp Vertex.cpp \
+zoomedit_SOURCES = zoomedit.cpp UIManager.cpp draw.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 \