summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2019-05-12 23:55:17 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2019-05-12 23:55:17 +0200
commit87af0143d46bab272c1a72f075f2d718887238b3 (patch)
treed4e9de5a4183d88d121e7b8f327448f17fc6909c /plugin
parent16e2b1c230064788e28930ef27903a5164afa74f (diff)
Move stddev to own filter.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.mingw32.in1
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 \