xref: /haiku/src/apps/powerstatus/Jamfile (revision 1214ef1b2100f2b3299fc9d8d6142e46f70a4c3f)
1SubDir HAIKU_TOP src apps powerstatus ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders shared ;
6UseHeaders $(TARGET_PRIVATE_KERNEL_HEADERS) : true ;
7
8Application PowerStatus :
9	PowerStatusWindow.cpp
10	PowerStatusView.cpp
11	PowerStatus.cpp
12	: be
13	: PowerStatus.rdef
14	;
15