diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-07-29 16:38:51 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-07-29 16:38:51 +0200 |
commit | aab627accb4b57166259f0128cc16b88b4c1dc25 (patch) | |
tree | 9bd87e855d1961e37d6c7d856d74ac22df94d64f /dgedit/Makefile.am | |
parent | 805ee744e5482dbcb3b37b54c2442f89af29cc42 (diff) |
Ported threshold to canvastool.
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 a29a9b8..01187f1 100644 --- a/dgedit/Makefile.am +++ b/dgedit/Makefile.am @@ -11,6 +11,7 @@ dgedit_SOURCES = $(shell ../tools/MocList cc ) \ canvas.cc \ canvastool.cc \ canvastoolselections.cc \ + canvastoolthreshold.cc \ filelist.cc \ itemeditor.cc \ mainwindow.cc \ @@ -24,6 +25,7 @@ EXTRA_DIST = \ canvas.h \ canvastool.h \ canvastoolselections.h \ + canvastoolthreshold.h \ filelist.h \ itemeditor.h \ mainwindow.h \ |