diff --git a/Makefile b/Makefile index 0edf1d44..f85d2cc1 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ PROG=${BUILDDIR}/tvheadend CFLAGS += -Wall -Werror -Wwrite-strings -Wno-deprecated-declarations CFLAGS += -Wmissing-prototypes -fms-extensions -LDFLAGS += -lrt -ldl +LDFLAGS += -lrt -ldl -lz BUNDLES += docs/html docs/docresources src/webui/static data