diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ba33043..c3852c3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,7 @@ dgedit_SOURCES = \ canvastoolthreshold.cc \ canvaswidget.cc \ filelist.cc \ + instrumentdialog.cc \ instrumentwidget.cc \ itemeditor.cc \ localehandler.cc \ @@ -48,6 +49,7 @@ EXTRA_DIST = \ canvastoolthreshold.h \ canvaswidget.h \ filelist.h \ + instrumentdialog.h \ instrumentwidget.h \ itemeditor.h \ localehandler.h \ |