diff options
Diffstat (limited to 'dgedit/Makefile.am')
-rw-r--r-- | dgedit/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index 5182fd5..a16a0e9 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -9,12 +9,14 @@ dgedit_SOURCES = $(shell ../tools/MocList cc ) \ dgedit.cc \ audioextractor.cc \ canvas.cc \ - mainwindow.cc + mainwindow.cc \ + samplesorter.cc EXTRA_DIST = \ audioextractor.h \ canvas.h \ - mainwindow.h + mainwindow.h \ + samplesorter.h dgedit_MOC = $(shell ../tools/MocList cc ) |