From 5f3f9fabf5ad2e1cda638612c3cf863045765a3b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 23 May 2018 20:01:34 +0200 Subject: Add instrument dialog (currently only with it's name). --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3