From 22e8c588324184b777cea9f55ec0fc73b56949b8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 15 Sep 2013 09:28:15 +0200 Subject: New experimental sample selector (enable using --with-experimental argument on ./configure). --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 197485b..e686ec0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -29,6 +29,7 @@ EXTRA_DIST = \ semaphore.h \ thread.h \ velocity.h \ + versionstr.h \ \ audiofile.cc \ audioinputengine.cc \ @@ -56,4 +57,5 @@ EXTRA_DIST = \ saxparser.cc \ semaphore.cc \ thread.cc \ - velocity.cc + velocity.cc \ + versionstr.cc \ No newline at end of file -- cgit v1.2.3