From: c vw Date: Fri, 12 Jun 2020 10:04:57 +0000 (+0200) Subject: added MacOS.c and MacOS.h X-Git-Url: https://git.rkrishnan.org/pf/simplejson/bar.txt?a=commitdiff_plain;h=75e68b52b984fd791c4bf3579910bb0e18c1fff3;p=pihpsdr.git added MacOS.c and MacOS.h --- diff --git a/Makefile.mac b/Makefile.mac index 972791a..7a07af4 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -164,6 +164,7 @@ COMPILE=$(CC) $(CFLAGS) $(OPTIONS) $(INCLUDES) PROGRAM=pihpsdr SOURCES= \ +MacOS.c \ audio.c \ band.c \ configure.c \ @@ -234,6 +235,7 @@ protocols.c HEADERS= \ +MacOS.h \ audio.h \ agc.h \ alex.h \ @@ -304,6 +306,7 @@ protocols.h OBJS= \ +MacOS.o \ audio.o \ portaudio.o \ band.o \