diff --git a/src/build/libbe/app/Jamfile b/src/build/libbe/app/Jamfile new file mode 100644 index 0000000000..da206b1650 --- /dev/null +++ b/src/build/libbe/app/Jamfile @@ -0,0 +1,17 @@ +SubDir HAIKU_TOP src build libbe app ; + +UseHeaders [ FDirName $(HAIKU_TOP) headers build private app ] : true ; +UseHeaders [ FDirName $(HAIKU_TOP) headers build private shared ] : true ; + +USES_BE_API on app_kit.o = true ; + +BuildPlatformMergeObjectPIC app_kit.o : + Application.cpp + AppMisc.cpp + Message.cpp + MessageAdapter.cpp + Messenger.cpp + MessageUtils.cpp + TypeConstants.cpp +; +