diff --git a/daemon/src/audio/codecs/Makefile.am b/daemon/src/audio/codecs/Makefile.am index 99d41ffa7fd63de6ba4bf34e0ade927db41f15e0..35af2bd77d798eea166b5f8b21e0a58b65f2d0a7 100644 --- a/daemon/src/audio/codecs/Makefile.am +++ b/daemon/src/audio/codecs/Makefile.am @@ -41,7 +41,7 @@ if BUILD_OPUS OPUS_LIB = libcodec_opus.so libcodec_opus_so_SOURCES = opuscodec.cpp opuscodec.h libcodec_opus_so_CXXFLAGS = -fPIC -g -Wall $(opus_CFLAGS) -libcodec_opus_so_LDFLAGS = --shared -lc -ldl -lstdc++ $(opus_LIBS) +libcodec_opus_so_LDFLAGS = --shared -lc -lstdc++ $(opus_LIBS) libcodec_opus_so_LDADD = libcodecdescriptor.la INSTALL_OPUS_RULE = install-libcodec_opus_so endif