mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 00:29:35 +02:00
xxx
git-svn-id: svn://elaine/murooma/trunk@101 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
27ac6b853f
commit
2ab66e9b62
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
VERSION = 0.01
|
||||
CC = /usr/bin/g++
|
||||
CFLAGS = -std=gnu++0x -Wall -g -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\"
|
||||
CFLAGS = -std=gnu++0x -Bstatic -lzmq -Wall -g -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -Bdynamic
|
||||
LDFLAGS = -lrt -lzmq -lpthread -lportaudio
|
||||
|
||||
OBJ_SERVER = server.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue