From ef575eb82a87f31a7d3b50f2b47061416b1643c7 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Tue, 24 Mar 2020 15:06:12 +0100
Subject: [PATCH] added SOAPY libs for making "app" file

---
 Makefile.mac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.mac b/Makefile.mac
index 6d6fdec..e3d09cb 100644
--- a/Makefile.mac
+++ b/Makefile.mac
@@ -481,7 +481,7 @@ app:	$(OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) \
 		$(PURESIGNAL_OBJS) $(MIDI_OBJS) $(STEMLAB_OBJS)
 	$(LINK) -headerpad_max_install_names -o $(PROGRAM) $(OBJS) $(REMOTE_OBJS) \
 		$(USBOZY_OBJS)  \
-		$(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
+		$(SOAPYSDR_OBJS) $(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
 		$(MIDI_OBJS) $(STEMLAB_OBJS) $(LIBS)
 	@rm -rf pihpsdr.app
 	@mkdir -p pihpsdr.app/Contents/MacOS
-- 
2.45.2