xref: /haiku/src/tests/add-ons/print/ppd/ui/Jamfile (revision 5ac9b506412b11afb993bb52d161efe7666958a5)
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