xref: /haiku/src/bin/consoled/Jamfile (revision b44c25de42ce39022f701d5637797b2f57e63679)
1e486a4d0SAxel DörflerSubDir HAIKU_TOP src bin consoled ;
2e486a4d0SAxel Dörfler
3*b44c25deSAxel DörflerUsePrivateHeaders input kernel shared ;
4e486a4d0SAxel DörflerUseHeaders [ FDirName $(HAIKU_TOP) src apps terminal ] ;
5e486a4d0SAxel Dörfler
6e486a4d0SAxel DörflerApplication consoled :
7e486a4d0SAxel Dörfler	consoled.cpp
8*b44c25deSAxel Dörfler	: be libshared.a $(TARGET_LIBSUPC++)
9e486a4d0SAxel Dörfler;
10