From 01bcfc5d692236bffeec5b8de2c27138e71d2bd6 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 22 Sep 2014 21:38:37 +0200 Subject: Add -L option to print level --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 14c72e8..a3fad82 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ HEADERS = \ subband.h \ tables.h \ toolame.h \ + utils.h \ xpad.h \ zmqoutput.h @@ -58,6 +59,7 @@ c_sources = \ ath.c \ encode_new.c \ zmqoutput.c \ + utils.c \ xpad.c OBJ = $(c_sources:.c=.o) -- cgit v1.2.3