git-svn-id: svn://elaine/murooma/trunk@101 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
(no author) 2014-07-26 13:23:25 +00:00
parent 27ac6b853f
commit 2ab66e9b62

View file

@ -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