From efebb624788963cb00c9e3af7fef40794336c361 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 24 Jul 2024 18:57:32 +0200 Subject: Experimental dynamic, position based, velocity range detection. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 31ce8da..eb6f214 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,6 +77,7 @@ libdg_la_SOURCES = \ $(top_srcdir)/src/thread.cc \ $(top_srcdir)/src/velocityfilter.cc \ $(top_srcdir)/src/positionfilter.cc \ + $(top_srcdir)/src/position_power.cc \ $(top_srcdir)/src/versionstr.cc EXTRA_DIST = \ -- cgit v1.2.3