Commit db1d989e authored by Stefan Westerfeld's avatar Stefan Westerfeld

Remove no longer needed samplerate lib from Makefile.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent b979be48
......@@ -3,7 +3,7 @@ bin_PROGRAMS = audiowmark
COMMON_SRC = utils.hh utils.cc convcode.hh convcode.cc random.hh random.cc
audiowmark_SOURCES = audiowmark.cc wavdata.cc wavdata.hh fft.cc fft.hh $(COMMON_SRC)
audiowmark_LDFLAGS = $(SNDFILE_LIBS) $(SAMPLERATE_LIBS) $(FFTW_LIBS) $(LIBGCRYPT_LIBS)
audiowmark_LDFLAGS = $(SNDFILE_LIBS) $(FFTW_LIBS) $(LIBGCRYPT_LIBS)
noinst_PROGRAMS = testconvcode testrandom
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment