From 75e68b52b984fd791c4bf3579910bb0e18c1fff3 Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 12 Jun 2020 12:04:57 +0200 Subject: [PATCH] added MacOS.c and MacOS.h --- Makefile.mac | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.45.2