diff options
-rw-r--r-- | mcast/tool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcast/tool/Makefile b/mcast/tool/Makefile index 3cee3dc..45ac977 100644 --- a/mcast/tool/Makefile +++ b/mcast/tool/Makefile @@ -35,11 +35,11 @@ else LIBRARY_PATH = /usr/lib endif -CFLAGS ?= -Os -Wall +CFLAGS ?= -Os -Wall -pthread INCLUDES += $(XML_INC) -I../dvbloop -I../common/ -I../client -LDFLAGS:=$(XML_LIB) -lpthread +LDFLAGS:=$(XML_LIB) -pthread ifdef API_SHM LDFLAGS:= $(LDFLAGS) -lrt |