]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
added MacOS.c and MacOS.h
authorc vw <dl1ycf@darc.de>
Fri, 12 Jun 2020 10:04:57 +0000 (12:04 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 12 Jun 2020 10:04:57 +0000 (12:04 +0200)
Makefile.mac

index 972791a65574114e201175ce4473d2283a661717..7a07af4db5712d058ed8f641ae1129b3c90ce41c 100644 (file)
@@ -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 \