projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95c5960
)
added MacOS.c and MacOS.h
author
c vw
<dl1ycf@darc.de>
Fri, 12 Jun 2020 10:04:57 +0000
(12:04 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 12 Jun 2020 10:04:57 +0000
(12:04 +0200)
Makefile.mac
patch
|
blob
|
history
diff --git
a/Makefile.mac
b/Makefile.mac
index 972791a65574114e201175ce4473d2283a661717..7a07af4db5712d058ed8f641ae1129b3c90ce41c 100644
(file)
--- 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 \