Merge branch 'SimpleDMR' into AX25_FM

This commit is contained in:
Jonathan Naylor
2020-10-05 12:50:52 +01:00
3 changed files with 38 additions and 25 deletions

View File

@@ -3,7 +3,11 @@
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H -DOLED -I/usr/local/include
LIBS = -lArduiPi_OLED -lwiringPi -lpthread -lsamplerate -lutil
LIBS = -lArduiPi_OLED -lpthread -lsamplerate -lutil
# If you use NetBSD, add following CFLAGS
#CFLAGS += -L/usr/local/lib -Wl,-rpath=/usr/local/lib
LDFLAGS = -g -L/usr/local/lib
OBJECTS = AMBEFEC.o AX25Control.o AX25Network.o BCH.o BPTC19696.o CASTInfo.o Conf.o CRC.o Display.o DMRControl.o DMRCSBK.o DMRData.o \
@@ -65,3 +69,4 @@ ifneq ("$(wildcard .git/index)","")
else
echo "const char *gitversion = \"0000000000000000000000000000000000000000\";" > $@
endif