diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-18 15:26:56 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-18 15:26:56 +0200 |
commit | d715b234496895cb9a4554544b8b75e95fba5da8 (patch) | |
tree | 34594ad5b1b3dc6d58c8579f076b723414101e1e /dgedit | |
parent | 280948eda4542d2236283e99b79421a15f4bc3e1 (diff) |
Missing dist targets.
Diffstat (limited to 'dgedit')
-rw-r--r-- | dgedit/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dgedit/Makefile.am b/dgedit/Makefile.am index 2a9367d..1df3c7c 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -27,14 +27,15 @@ EXTRA_DIST = \ audioextractor.h \ canvas.h \ canvastool.h \ - canvastoollisten.cc \ + canvastoollisten.h \ canvastoolselections.h \ canvastoolthreshold.h \ filelist.h \ itemeditor.h \ mainwindow.h \ mipmap.h \ - samplesorter.h + samplesorter.h \ + selection.h dgedit_MOC = $(shell ../tools/MocList cc ) |