Fixed a bug

This commit is contained in:
root 2010-09-02 00:47:16 +02:00
parent dc5a1dd8aa
commit 6047a71d56
3 changed files with 18 additions and 18 deletions

View file

@ -1,7 +1,7 @@
SRC = main.cpp ../sockets/sw_base.cpp ../sockets/sw_inet.cpp ../sockets/sw_unix.cpp
OBJ = $(SRC:.cpp=.o)
OUT = Connector_RTSP
INCLUDES =
INCLUDES = -I/usr/local/include/jthread/
CCFLAGS = -Wall -Wextra -funsigned-char -g
CC = $(CROSS)g++
LD = $(CROSS)ld