xref: /haiku/src/tests/apps/installer/Jamfile (revision 13581b3d2a71545960b98fefebc5225b5bf29072)
1SubDir HAIKU_TOP src tests apps installer ;
2
3UsePrivateHeaders shared ;
4UsePrivateHeaders storage ;
5SubDirHdrs [ FDirName $(HAIKU_TOP) src kits tracker ] ;
6SubDirHdrs [ FDirName $(HAIKU_TOP) src apps installer ] ;
7
8Application TestInstaller :
9	CopyEngine.cpp
10	DrawButton.cpp
11	InstallerApp.cpp
12	InstallerWindow.cpp
13	PackageViews.cpp
14	PartitionMenuItem.cpp
15	: be tracker translation
16	: Installer.rdef ;
17
18SEARCH on [ FGristFiles
19	DrawButton.cpp
20        InstallerApp.cpp
21	InstallerWindow.cpp
22        PackageViews.cpp
23        PartitionMenuItem.cpp
24	Installer.rdef
25        ] = [ FDirName $(HAIKU_TOP) src apps installer ] ;
26