aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-11-15 18:56:39 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-11-25 19:23:47 +0100
commitac7bb3539fd613ded10477620654f4c0f73a9430 (patch)
tree2885641d9ef420990cd4034c683252258fdf03b3 /src/bnetz
parentfd3a4d7ac2d0a3759067c08c67cfad406fbcfb3c (diff)
Restructure: Move wave from common code to 'libwave'
Diffstat (limited to 'src/bnetz')
-rw-r--r--src/bnetz/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bnetz/Makefile.am b/src/bnetz/Makefile.am
index 505a915..c9f3978 100644
--- a/src/bnetz/Makefile.am
+++ b/src/bnetz/Makefile.am
@@ -19,6 +19,7 @@ bnetz_LDADD = \
$(top_builddir)/src/libtimer/libtimer.a \
$(top_builddir)/src/libsamplerate/libsamplerate.a \
$(top_builddir)/src/libfilter/libfilter.a \
+ $(top_builddir)/src/libwave/libwave.a \
$(ALSA_LIBS) \
$(UHD_LIBS) \
$(SOAPY_LIBS) \