summaryrefslogtreecommitdiff
path: root/dgedit/Makefile.am
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-07-28 23:59:21 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-07-29 00:00:24 +0200
commit016f7f2a57dbb776846a511e06e03b2e2572ab7c (patch)
tree1b04cce78d92ffcf540063f6dd54c8270b298cf8 /dgedit/Makefile.am
parent11ae33c3b0a0cbad772b23eb7d0714eef8ab9b03 (diff)
First attemt on the selections tool in the new CanvasTool structure.
Diffstat (limited to 'dgedit/Makefile.am')
-rw-r--r--dgedit/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am
index 1aa940a..a29a9b8 100644
--- a/dgedit/Makefile.am
+++ b/dgedit/Makefile.am
@@ -9,6 +9,8 @@ dgedit_SOURCES = $(shell ../tools/MocList cc ) \
dgedit.cc \
audioextractor.cc \
canvas.cc \
+ canvastool.cc \
+ canvastoolselections.cc \
filelist.cc \
itemeditor.cc \
mainwindow.cc \
@@ -20,6 +22,8 @@ dgedit_SOURCES = $(shell ../tools/MocList cc ) \
EXTRA_DIST = \
audioextractor.h \
canvas.h \
+ canvastool.h \
+ canvastoolselections.h \
filelist.h \
itemeditor.h \
mainwindow.h \