xref: /haiku/src/tests/add-ons/print/ppd/ui/Jamfile (revision 5e96d7d537fbec23bad4ae9b4c8e7b02e769f0c6)
1SubDir HAIKU_TOP src tests add-ons print ppd ui ;
2
3# SetSubDirSupportedPlatformsBeOSCompatible ;
4
5SubDirHdrs $(HAIKU_TOP) src tests add-ons print ppd model ;
6SubDirHdrs $(HAIKU_TOP) src tests add-ons print ppd parser ;
7
8StaticLibrary
9	libppdtest.a
10	:
11	PPDConfigView.cpp
12	PrinterSelection.cpp
13	UIUtils.cpp
14	;
15