xref: /haiku/src/build/libbe/app/Jamfile (revision 5412911f7f8ca41340b0f5cb928ed9726322ab44)
1SubDir HAIKU_TOP src build libbe app ;
2
3UseHeaders [ FDirName $(HAIKU_TOP) headers build private app ] : true ;
4UseHeaders [ FDirName $(HAIKU_TOP) headers build private shared ] : true ;
5
6USES_BE_API on <libbe_build>app_kit.o = true ;
7
8BuildPlatformMergeObject <libbe_build>app_kit.o :
9 	AppMisc.cpp
10	Message.cpp
11	MessageBody.cpp
12	MessageField.cpp
13 	Messenger.cpp
14 	MessageUtils.cpp
15 	TypeConstants.cpp
16;
17
18