xref: /haiku/src/apps/drivesetup/Jamfile (revision 893988af824e65e49e55f517b157db8386e8002b)
1SubDir HAIKU_TOP src apps drivesetup ;
2
3AddSubDirSupportedPlatforms libbe_test ;
4
5UsePrivateHeaders interface shared storage tracker ;
6
7Preference DriveSetup :
8	CreateParamsPanel.cpp
9	DiskView.cpp
10	DriveSetup.cpp
11	InitParamsPanel.cpp
12	MainWindow.cpp
13	PartitionList.cpp
14	Support.cpp
15
16	: be libcolumnlistview.a libshared.a $(TARGET_LIBSUPC++)
17	: DriveSetup.rdef
18;
19