Fixed makefile RTMP

This commit is contained in:
Thulinma 2010-11-04 23:51:53 +01:00
parent 5f927fca79
commit 52e80d8f48

View file

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