From 87af0143d46bab272c1a72f075f2d718887238b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 12 May 2019 23:55:17 +0200 Subject: Move stddev to own filter. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 3da5d0f..7833b2d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,6 +41,7 @@ nodist_libdg_la_SOURCES = \ semaphore.cc \ staminafilter.cc \ thread.cc \ + velocityfilter.cc \ versionstr.cc EXTRA_DIST = \ @@ -88,4 +89,5 @@ EXTRA_DIST = \ staminafilter.h \ syncedsettings.h \ thread.h \ + velocityfilter.cc \ versionstr.h -- cgit v1.2.3