diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5e2e8b2..3adedd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,6 +50,7 @@ mot_encoder_SOURCES = mot-encoder.c contrib/lib_crc.c alsa_dabplus_zmq_LDADD = libfdk-aac.la -lfec -lzmq -lasound alsa_dabplus_zmq_SOURCES = alsa-dabplus-zmq.c +dabplus_zmq_LDFLAGS = -no-install dabplus_zmq_LDADD = libfdk-aac.la -lfec -lzmq -lasound \ -lrt -lboost_thread |