aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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)