From fde5c6661d296a79d6d6a8a1bcd888d2182deb8d Mon Sep 17 00:00:00 2001 From: TheMarlboroMan Date: Mon, 27 Jan 2020 18:37:01 +0100 Subject: Small changes to source, added disposable logger, basic functionality, untested --- 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 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 -- cgit v1.2.3