SubDir OBOS_TOP src tests kernel libroot posix ;

UsePrivateHeaders syslog_daemon ;

SimpleTest SyslogTest
	: SyslogTest.cpp syslog.cpp
	;

# Tell Jam where to find these sources
SEARCH on [ FGristFiles
		syslog.cpp
	] = [ FDirName $(OBOS_TOP) src kernel libroot posix ] ;
