1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update projects for rtmp renamed to protocol

This commit is contained in:
winlin 2015-01-24 16:59:36 +08:00
parent 711b6ca277
commit d22e4e86d8
6 changed files with 14 additions and 10 deletions

View file

@ -7,20 +7,20 @@ HEADERS += \
../../src/core/*.hpp \
../../src/kernel/*.hpp \
../../src/app/*.hpp \
../../src/rtmp/*.hpp
../../src/protocol/*.hpp
SOURCES += \
../../src/core/*.cpp \
../../src/kernel/*.cpp \
../../src/app/*.cpp \
../../src/rtmp/*.cpp \
../../src/protocol/*.cpp \
../../src/main/*.cpp
INCLUDEPATH += \
../../src/core \
../../src/kernel \
../../src/app \
../../src/rtmp \
../../src/protocol \
../../objs \
../../objs/st \
../../objs/hp \