aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-11 17:09:16 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-11 17:09:16 +0100
commit66d4072446dd0b68c6b250607c7020e0aafae4ee (patch)
treeb833efce4f4967edc58085994cf18382f4f41c17 /Makefile
parentd58099780dcd5c5260e9e5609f1ee0b1da247546 (diff)
downloadtoolame-dab-66d4072446dd0b68c6b250607c7020e0aafae4ee.tar.gz
toolame-dab-66d4072446dd0b68c6b250607c7020e0aafae4ee.tar.bz2
toolame-dab-66d4072446dd0b68c6b250607c7020e0aafae4ee.zip
keep bs->buf as is, create zmq specific buffer instead
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8f7212..665387f 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,8 @@ c_sources = \
tables.c \
availbits.c \
ath.c \
- encode_new.c
+ encode_new.c \
+ zmqoutput.c
OBJ = $(c_sources:.c=.o)