summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-10-18 21:18:01 +0200
committerneoraider <devnull@localhost>2007-10-18 21:18:01 +0200
commit2bc9bb15dcc9691f6946eaa7a03370814bad0b8e (patch)
treea0b45181788dd17bd580374fd4a3fdc04ae8bd17 /Makefile.am
parentb660b965bcb679e53cc89e7b8903190d2d162ff6 (diff)
downloadzoomedit-2bc9bb15dcc9691f6946eaa7a03370814bad0b8e.tar
zoomedit-2bc9bb15dcc9691f6946eaa7a03370814bad0b8e.zip
zoomedit: edit.c in den EditManager integriert
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 2510265..a95c2ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
bin_PROGRAMS = zoomedit
-zoomedit_SOURCES = zoomedit.cpp ui.cpp draw.cpp edit.cpp Vertex.cpp \
+zoomedit_SOURCES = zoomedit.cpp ui.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 \