]> Pileus Git - ~andy/gtk/blob - modules/printbackends/Makefile.am
Don't define variables in the middle of a block. (#522067)
[~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