summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTheMarlboroMan <marlborometal@gmail.com>2020-01-27 18:37:01 +0100
committerTheMarlboroMan <marlborometal@gmail.com>2020-01-27 18:37:01 +0100
commitfde5c6661d296a79d6d6a8a1bcd888d2182deb8d (patch)
tree48d9dc7dc143927c05a46f3edb7632745067cfe5 /src/Makefile.am
parentc4e4a3f0faf756262e306984ddb56c262bfb087c (diff)
Small changes to source, added disposable logger, basic functionality, untestedthe-marlboro-man-experimental
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 aad6cbf..44500e7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -63,6 +63,7 @@ libdg_la_SOURCES = \
sem.cc \
staminafilter.cc \
thread.cc \
+ tracer.cc \
velocityfilter.cc \
versionstr.cc
@@ -118,6 +119,7 @@ EXTRA_DIST = \
staminafilter.h \
syncedsettings.h \
thread.h \
+ tracer.h \
velocityfilter.h \
versionstr.h \
zrwrapper.h