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