]> Pileus Git - ~andy/gtk/blobdiff - modules/printbackends/Makefile.am
gail: Move from modules/other/gail to gtk/a11y
[~andy/gtk] / modules / printbackends / Makefile.am
index 58c03da851027a29fb26f81b61d13b6a31ae6f8b..43468a626441f6c0b3384cd504b3719245855e31 100644 (file)
@@ -1,7 +1,19 @@
-SUBDIRS = file lpr test
+include $(top_srcdir)/Makefile.decl
+
+SUBDIRS = file lpr
 
 if HAVE_CUPS
 SUBDIRS += cups
 endif
 
-DIST_SUBDIRS=cups file lpr test
+if TEST_PRINT_BACKEND
+SUBDIRS += test
+endif
+
+if HAVE_PAPI
+SUBDIRS += papi
+endif
+
+DIST_SUBDIRS = cups file lpr test papi
+
+-include $(top_srcdir)/git.mk