diff options
author | André Nusser <andre.nusser@googlemail.com> | 2016-04-23 23:22:51 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2016-04-24 23:20:44 +0200 |
commit | c2a9fd6efa4e137a30e157d442605bcfc947a967 (patch) | |
tree | 61936fc03c678556e21fc973c0fc47999050c0c5 /plugin | |
parent | 6f550da7b91c1ff1d5acbee1112adf4a16e36a47 (diff) |
Add src/inputprocessor.h to mingw Makefile.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 8b341c7..505d7d3 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -25,6 +25,7 @@ DG_SRC = \ @top_srcdir@/src/drumkitloader.cc \ @top_srcdir@/src/drumkitparser.cc \ @top_srcdir@/src/events.cc \ + @top_srcdir@/src/inputprocessor.cc \ @top_srcdir@/src/instrument.cc \ @top_srcdir@/src/instrumentparser.cc \ @top_srcdir@/src/memchecker.cc \ |