]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
correction for "Mac app" creation
authorc vw <dl1ycf@darc.de>
Wed, 19 May 2021 17:58:16 +0000 (19:58 +0200)
committerc vw <dl1ycf@darc.de>
Wed, 19 May 2021 17:58:16 +0000 (19:58 +0200)
Makefile

index 042e2baee372419f11ead3718e46055a60fbc6fa..4a11f843a4a565c740831f944705c69bcf64dbbd 100644 (file)
--- 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