]> Pileus Git - ~andy/gtk/blob - modules/printbackends/Makefile.am
11d24238500bcc403812369308c17261c1ae94b4
[~andy/gtk] / modules / printbackends / Makefile.am
1 include $(top_srcdir)/Makefile.decl
2
3 SUBDIRS = file lpr
4
5 if HAVE_CUPS
6 SUBDIRS += cups
7 endif
8
9 if TEST_PRINT_BACKEND
10 SUBDIRS += test
11 endif
12
13 DIST_SUBDIRS = cups file lpr test
14
15 -include $(top_srcdir)/git.mk