diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-10 18:20:55 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-08-12 11:11:42 +0200 |
commit | b360c7cf59cc87f79972fcdd82164834f97833b0 (patch) | |
tree | b1aaf60c111ab07c98566053ed27c345a04f99e0 /plugin | |
parent | fd696ac4f08dbd269aca0772e7e311775d84bb0c (diff) |
Add new DOMLoader class and unit-test.
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 f93f226..46fed53 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -20,6 +20,7 @@ DG_SRC = \ @top_srcdir@/src/channelmixer.cc \ @top_srcdir@/src/configfile.cc \ @top_srcdir@/src/configparser.cc \ + @top_srcdir@/src/domloader.cc \ @top_srcdir@/src/drumgizmo.cc \ @top_srcdir@/src/drumkit.cc \ @top_srcdir@/src/drumkitloader.cc \ |