diff options
author | André Nusser <andre.nusser@googlemail.com> | 2019-05-12 23:55:17 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2019-05-12 23:55:17 +0200 |
commit | 87af0143d46bab272c1a72f075f2d718887238b3 (patch) | |
tree | d4e9de5a4183d88d121e7b8f327448f17fc6909c /plugin | |
parent | 16e2b1c230064788e28930ef27903a5164afa74f (diff) |
Move stddev to own filter.
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 4655e21..610d5e9 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -39,6 +39,7 @@ DG_SRC = \ @top_srcdir@/src/semaphore.cc \ @top_srcdir@/src/staminafilter.cc \ @top_srcdir@/src/thread.cc \ + @top_srcdir@/src/velocityfilter.cc \ @top_srcdir@/src/versionstr.cc DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/src \ -I@top_srcdir@/pugixml/src \ |