From 0f832d17bafdc9b9e516e799bb0b4ae29a6f7a3a Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 4 Dec 2021 07:47:10 -0700 Subject: [PATCH] Makefile tweaks --- reflector/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflector/Makefile b/reflector/Makefile index 134b88d..c3d6927 100644 --- a/reflector/Makefile +++ b/reflector/Makefile @@ -49,7 +49,7 @@ ifeq ($(ysf_db), true) LDFLAGS += `mysql_config --libs` endif -ifdef need_tc +ifdef tc_ip SRCS += CodecStream.cpp UnixDgramSocket.cpp endif