]> Pileus Git - ~andy/gtk/blobdiff - modules/printbackends/Makefile.am
Create enum PrinterStateLevel
[~andy/gtk] / modules / printbackends / Makefile.am
index 91a7b5d014162708da3242bdf6bbb6962509fab0..43468a626441f6c0b3384cd504b3719245855e31 100644 (file)
@@ -1,7 +1,19 @@
+include $(top_srcdir)/Makefile.decl
+
+SUBDIRS = file lpr
+
 if HAVE_CUPS
-CUPS_SUBDIR=cups
+SUBDIRS += cups
+endif
+
+if TEST_PRINT_BACKEND
+SUBDIRS += test
+endif
+
+if HAVE_PAPI
+SUBDIRS += papi
 endif
 
-SUBDIRS=$(CUPS_SUBDIR) lpr pdf
+DIST_SUBDIRS = cups file lpr test papi
 
-DIST_SUBDIRS=cups pdf lpr
+-include $(top_srcdir)/git.mk