mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 10:21:46 +02:00
fixed makefile
This commit is contained in:
parent
f8b97d2955
commit
ee38f5210a
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
VERSION = 0.2.1
|
VERSION = 0.2.1
|
||||||
|
SHELL = /bin/bash
|
||||||
|
|
||||||
CC = /usr/bin/g++
|
CC = /usr/bin/g++
|
||||||
CFLAGS = -std=c++0x -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
|
CFLAGS = -std=c++0x -Wall -Wno-unused-function -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -I..
|
||||||
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common
|
LDFLAGS = -lrt -lpthread -lboost_system -lboost_program_options -lvorbis -lvorbisenc -logg -lFLAC -lavahi-client -lavahi-common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue