summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2020-05-02 12:56:48 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-05-02 12:56:48 +0200
commit1671ee67a4d868811b3d3b5652b991d383a13679 (patch)
treed8aad40438ed02ce76515b6bcf7296a8eb1141f0 /src/Makefile.am
parentcf790d239d4b5dfa772d5d1fdb112b8640a4a81a (diff)
Add powermap filter to the input processor and make sure that velocity visualizer is not affected but it.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 09df750..56e06b4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,6 +59,7 @@ libdg_la_SOURCES = \
path.cc \
powerlist.cc \
powermap.cc \
+ powermapfilter.cc \
random.cc \
sample.cc \
sample_selection.cc \
@@ -115,6 +116,7 @@ EXTRA_DIST = \
platform.h \
powerlist.h \
powermap.h \
+ powermapfilter.h \
random.h \
range.h \
rangemap.h \