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 /plugingui/Makefile.am | |
parent | 6ad9b9d2ae3341bbd4914f4951070a02d3dd4d2b (diff) |
Add default midimap functionality.
Move directory.{h,cc} to src/ for this.
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index b33fc47..d0e8e0a 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -64,7 +64,6 @@ nodist_libdggui_la_SOURCES = \ colour.cc \ combobox.cc \ dialog.cc \ - directory.cc \ diskstreamingframecontent.cc \ drumkitframecontent.cc \ drumkittab.cc \ @@ -192,7 +191,6 @@ EXTRA_DIST = \ colour.h \ combobox.h \ dialog.h \ - directory.h \ diskstreamingframecontent.h \ drawable.h \ drumkitframecontent.h \ |