Add the IAX configuration options.

This commit is contained in:
Jonathan Naylor 2024-02-01 12:54:24 +00:00
parent 8a6595e4eb
commit 73084ed734
12 changed files with 75 additions and 25 deletions

View file

@ -3,7 +3,7 @@
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H -DRASPBERRY_PI -I/usr/local/include
LIBS = -lwiringPi -lwiringPiDev -lpthread -lutil -lsamplerate
LIBS = -lwiringPi -lwiringPiDev -lpthread -lutil -lsamplerate -lmd
LDFLAGS = -g -L/usr/local/lib
OBJECTS = \