From f40c42fbaff1904bf0a0846773bd01f51cad42c0 Mon Sep 17 00:00:00 2001 From: Dave Behnke <916775+dbehnke@users.noreply.github.com> Date: Sun, 28 Dec 2025 20:30:04 -0500 Subject: [PATCH] fix: Exclude test_audio.cpp from build to prevent multiple main definitions --- reflector/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflector/Makefile b/reflector/Makefile index 0cf4310..3865ae0 100644 --- a/reflector/Makefile +++ b/reflector/Makefile @@ -40,7 +40,7 @@ else CFLAGS += -DNO_DHT endif -SRCS = $(wildcard *.cpp) +SRCS = $(filter-out test_audio.cpp, $(wildcard *.cpp)) OBJS = $(SRCS:.cpp=.o) DEPS = $(SRCS:.cpp=.d) DBUTILOBJS = Configure.o CurlGet.o Lookup.o LookupDmr.o LookupNxdn.o LookupYsf.o YSFNode.o Callsign.o