Fixed makefile RTMP
This commit is contained in:
parent
5f927fca79
commit
52e80d8f48
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ LIBS = -lssl -lcrypto
|
||||||
default: $(OUT)
|
default: $(OUT)
|
||||||
.cpp.o:
|
.cpp.o:
|
||||||
$(CC) $(INCLUDES) $(CCFLAGS) $(LIBS) -c $< -o $@
|
$(CC) $(INCLUDES) $(CCFLAGS) $(LIBS) -c $< -o $@
|
||||||
$(OUT): $(OBJ)
|
$(OUT): $(OBJ) chunkstream.cpp parsechunks.cpp handshake.cpp crypto.cpp amf.cpp
|
||||||
$(CC) $(LIBS) -o $(OUT) $(OBJ)
|
$(CC) $(LIBS) -o $(OUT) $(OBJ)
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(OBJ) $(OUT) Makefile.bak *~
|
rm -rf $(OBJ) $(OUT) Makefile.bak *~
|
||||||
|
|
Loading…
Add table
Reference in a new issue