diff options
Diffstat (limited to 'dgedit/Makefile.am')
-rw-r--r-- | dgedit/Makefile.am | 4 |
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 \ |