diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 17:09:16 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 17:09:16 +0100 |
commit | 66d4072446dd0b68c6b250607c7020e0aafae4ee (patch) | |
tree | b833efce4f4967edc58085994cf18382f4f41c17 /Makefile | |
parent | d58099780dcd5c5260e9e5609f1ee0b1da247546 (diff) | |
download | toolame-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |