From 8040f48974d88c6d30dff720a2ffb27e0cf54814 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 23 Sep 2018 16:13:37 +0200 Subject: Integrate channel map into file list in instrument editor. --- src/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index cefe0ff..43b87e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,8 +22,10 @@ dgedit_SOURCES = \ canvastoolselections.cc \ canvastoolthreshold.cc \ canvaswidget.cc \ + channeldialog.cc \ channelswidget.cc \ filelist.cc \ + imageeditor.cc \ instrumentdialog.cc \ instrumentwidget.cc \ itemeditor.cc \ @@ -33,7 +35,9 @@ dgedit_SOURCES = \ player.cc \ project.cc \ projectdialog.cc \ + projectrenderer.cc \ projectserialiser.cc \ + renderdialog.cc \ samplesorter.cc \ selection.cc \ selectioneditor.cc \ @@ -49,8 +53,10 @@ EXTRA_DIST = \ canvastoolselections.h \ canvastoolthreshold.h \ canvaswidget.h \ + channeldialog.h \ channelswidget.h \ filelist.h \ + imageeditor.h \ instrumentdialog.h \ instrumentwidget.h \ itemeditor.h \ @@ -60,7 +66,9 @@ EXTRA_DIST = \ player.h \ project.h \ projectdialog.h \ + projectrenderer.h \ projectserialiser.h \ + renderdialog.h \ samplesorter.h \ selection.h \ selectioneditor.h \ -- cgit v1.2.3