mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix build with cpim
This commit is contained in:
parent
10a84cf9af
commit
d88a87d6fc
2 changed files with 15 additions and 15 deletions
|
|
@ -31,6 +31,14 @@ set(LINPHONE_CXX_OBJECTS_PRIVATE_HEADER_FILES
|
|||
chat/chat-message.h
|
||||
chat/chat-room-p.h
|
||||
chat/chat-room.h
|
||||
chat/cpim/cpim.h
|
||||
chat/cpim/header/cpim-core-headers.h
|
||||
chat/cpim/header/cpim-generic-header.h
|
||||
chat/cpim/header/cpim-header-p.h
|
||||
chat/cpim/header/cpim-header.h
|
||||
chat/cpim/message/cpim-message.h
|
||||
chat/cpim/parser/cpim-grammar.h
|
||||
chat/cpim/parser/cpim-parser.h
|
||||
chat/imdn.h
|
||||
chat/is-composing.h
|
||||
conference/conference-listener.h
|
||||
|
|
@ -51,14 +59,6 @@ set(LINPHONE_CXX_OBJECTS_PRIVATE_HEADER_FILES
|
|||
conference/session/port-config.h
|
||||
content/content.h
|
||||
core/core.h
|
||||
cpim/cpim.h
|
||||
cpim/header/cpim-core-headers.h
|
||||
cpim/header/cpim-generic-header.h
|
||||
cpim/header/cpim-header-p.h
|
||||
cpim/header/cpim-header.h
|
||||
cpim/message/cpim-message.h
|
||||
cpim/parser/cpim-grammar.h
|
||||
cpim/parser/cpim-parser.h
|
||||
db/abstract/abstract-db-p.h
|
||||
db/abstract/abstract-db.h
|
||||
db/events-db.h
|
||||
|
|
@ -92,6 +92,12 @@ set(LINPHONE_CXX_OBJECTS_SOURCE_FILES
|
|||
call/call.cpp
|
||||
chat/chat-message.cpp
|
||||
chat/chat-room.cpp
|
||||
chat/cpim/header/cpim-core-headers.cpp
|
||||
chat/cpim/header/cpim-generic-header.cpp
|
||||
chat/cpim/header/cpim-header.cpp
|
||||
chat/cpim/message/cpim-message.cpp
|
||||
chat/cpim/parser/cpim-grammar.cpp
|
||||
chat/cpim/parser/cpim-parser.cpp
|
||||
chat/imdn.cpp
|
||||
chat/is-composing.cpp
|
||||
conference/conference.cpp
|
||||
|
|
@ -104,12 +110,6 @@ set(LINPHONE_CXX_OBJECTS_SOURCE_FILES
|
|||
conference/session/media-session.cpp
|
||||
content/content.cpp
|
||||
core/core.cpp
|
||||
cpim/header/cpim-core-headers.cpp
|
||||
cpim/header/cpim-generic-header.cpp
|
||||
cpim/header/cpim-header.cpp
|
||||
cpim/message/cpim-message.cpp
|
||||
cpim/parser/cpim-grammar.cpp
|
||||
cpim/parser/cpim-parser.cpp
|
||||
db/abstract/abstract-db.cpp
|
||||
db/events-db.cpp
|
||||
db/provider/db-session-provider.cpp
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "cpim/cpim.h"
|
||||
#include "chat/cpim/cpim.h"
|
||||
|
||||
#include "liblinphone_tester.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue