SubDir HAIKU_TOP src tests add-ons kernel file_systems userlandfs r5 src test
	netfs authentication_server ;

SetSubDirSupportedPlatforms r5 bone dano ;

local userlandFSTop = [ FDirName $(HAIKU_TOP) src tests add-ons kernel
	file_systems userlandfs r5 ] ;
local userlandFSIncludes = [ FDirName $(userlandFSTop) headers ] ;

SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ;
SubDirHdrs [ FDirName $(userlandFSTop) src test netfs headers
					  authentication_server ] ;
SubDirHdrs [ FDirName $(userlandFSTop) src test netfs headers shared ] ;

SEARCH_SOURCE += [ FDirName $(userlandFSTop) src shared ] ;
SEARCH_SOURCE += [ FDirName $(userlandFSTop) src test netfs shared ] ;

DEFINES += USER=1 ;
DEFINES += DEBUG_APP="\\\"AuthenticationServer\\\"" ;

Application <test>AuthenticationServer
	: Debug.cpp
	  Locker.cpp
#	  Referencable.cpp
	  String.cpp

	  AuthenticationServerDefs.cpp
	  KMessage.cpp
	  TaskManager.cpp

	  AuthenticationPanel.cpp
	  AuthenticationServer.cpp
	  Panel.cpp
	: be
;
