mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Merge branch 'master' into mqtt
This commit is contained in:
commit
c3d8a4ce9d
14 changed files with 401 additions and 180 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@
|
|||
CC = cc
|
||||
CXX = c++
|
||||
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DHAVE_LOG_H -I/usr/local/include
|
||||
LIBS = -lpthread -lutil -lmosquitto
|
||||
LIBS = -lpthread -lutil -lsamplerate -lmosquitto
|
||||
LDFLAGS = -g -L/usr/local/lib
|
||||
|
||||
OBJECTS = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue