diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-04-25 21:23:59 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-04-25 21:23:59 +0200 |
commit | e89e15adf2e0d9a4316ed96dc59cd643c93b4d33 (patch) | |
tree | 3186a7d4580c1b383c3765d378fca7338e7f6181 | |
parent | 4f8d58ba39a58b5a6f67d3b83cabc4add4cca0c6 (diff) |
Add powermap.cc to windows Makefile
-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 68ea960..71d9771 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -38,6 +38,7 @@ DG_SRC = \ @top_srcdir@/src/midimapper.cc \ @top_srcdir@/src/path.cc \ @top_srcdir@/src/powerlist.cc \ + @top_srcdir@/src/powermap.cc \ @top_srcdir@/src/random.cc \ @top_srcdir@/src/sample.cc \ @top_srcdir@/src/sample_selection.cc \ |