SubDir HAIKU_TOP src apps powerstatus ;

SetSubDirSupportedPlatformsBeOSCompatible ;

UsePrivateHeaders shared ;
UsePrivateSystemHeaders ;

Application PowerStatus :
	ACPIDriverInterface.cpp
	APMDriverInterface.cpp
	DriverInterface.cpp
	ExtendedInfoWindow.cpp
	PowerStatusWindow.cpp
	PowerStatusView.cpp
	PowerStatus.cpp
	: be $(TARGET_LIBSUPC++)
	: PowerStatus.rdef
	;
