diff options
-rw-r--r-- | mcast/netcv2dvbip/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcast/netcv2dvbip/makefile b/mcast/netcv2dvbip/makefile index 75ff51c..9eafd41 100644 --- a/mcast/netcv2dvbip/makefile +++ b/mcast/netcv2dvbip/makefile @@ -26,7 +26,7 @@ endif INCLUDES:=$(INCLUDES) -I../client -I../common $(XML_INC) DEFS:=$(DEFS) -g -DCLIENT LDADD:=$(LDADD) -L../client -STATICLIBS:=$(LIBS) ../client/libmcli.a $(XML_LIB) -lpthread +STATICLIBS:=$(LIBS) ../client/libmcli.a $(XML_LIB) -lpthread -lz LIBS:=$(LIBS) $(XML_LIB) -lpthread -lmcli LDFLAGS:=$(LDFLAGS) -Wl,--as-needed |