diff options
author | André Nusser <andre.nusser@googlemail.com> | 2019-10-26 19:11:03 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2019-10-26 20:04:01 +0200 |
commit | 85ce939590e9f60d51952b4cc1e6af6f9820ca28 (patch) | |
tree | 25b66ce7fbed77cb3b1d3e54065c03e67f31d125 /src/Makefile.am | |
parent | 6ad9b9d2ae3341bbd4914f4951070a02d3dd4d2b (diff) |
Add default midimap functionality.
Move directory.{h,cc} to src/ for this.
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 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 \ |