diff options
Diffstat (limited to 'dgedit/Makefile.am')
-rw-r--r-- | dgedit/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index 77f95fe..f054539 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -10,6 +10,7 @@ dgedit_SOURCES = $(shell ../tools/MocList cc ) \ audioextractor.cc \ canvas.cc \ filelist.cc \ + itemeditor.cc \ mainwindow.cc \ samplesorter.cc @@ -17,6 +18,7 @@ EXTRA_DIST = \ audioextractor.h \ canvas.h \ filelist.h \ + itemeditor.h \ mainwindow.h \ samplesorter.h |