From: c vw <dl1ycf@darc.de>
Date: Wed, 19 May 2021 17:58:16 +0000 (+0200)
Subject: correction for "Mac app" creation
X-Git-Url: https://git.rkrishnan.org/vdrive/%22file:/reliability?a=commitdiff_plain;h=a44b32aa6a6f5b62113767136c57a0b7e7f1d7ea;p=pihpsdr.git

correction for "Mac app" creation
---

diff --git a/Makefile b/Makefile
index 042e2ba..4a11f84 100644
--- a/Makefile
+++ b/Makefile
@@ -546,9 +546,9 @@ app:	$(OBJS) $(REMOTE_OBJS) \
 		$(USBOZY_OBJS)  $(SOAPYSDR_OBJS) \
 		$(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
 		$(MIDI_OBJS) $(STEMLAB_OBJS) $(SERVER_OBJS)
-	$(CC)   -headerpad_max_install_names -o $(PROGRAM) $(OBJS) $(REMOTE_OBJS) \
-		$(USBOZY_OBJS)  $(SOAPYSDR_OBJS) \
-		$(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
+	$(CC)   -headerpad_max_install_names -o $(PROGRAM) \
+		$(OBJS) $(AUDIO_OBJS) $(REMOTE_OBJS) $(USBOZY_OBJS) \
+		$(SOAPYSDR_OBJS) $(LOCALCW_OBJS) $(PURESIGNAL_OBJS) \
 		$(MIDI_OBJS) $(STEMLAB_OBJS) $(SERVER_OBJS) $(LIBS) $(LDFLAGS)
 	@rm -rf pihpsdr.app
 	@mkdir -p pihpsdr.app/Contents/MacOS