From 85ce939590e9f60d51952b4cc1e6af6f9820ca28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sat, 26 Oct 2019 19:11:03 +0200 Subject: Add default midimap functionality. Move directory.{h,cc} to src/ for this. --- 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 56d44ef..93ef5ed 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,7 @@ nodist_libdg_la_SOURCES = \ channelmixer.cc \ configfile.cc \ configparser.cc \ + directory.cc \ domloader.cc \ dgxmlparser.cc \ drumgizmo.cc \ @@ -63,6 +64,7 @@ EXTRA_DIST = \ channelmixer.h \ configfile.h \ configparser.h \ + directory.h \ cpp11fix.h \ dgxmlparser.h \ domloader.h \ -- cgit v1.2.3