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