From 4b5b1ab43ac76af09ca747310eadde58d8763174 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Jan 2011 02:49:31 -0500 Subject: [PATCH] Fix build We must build gtk before gtk/tests --- gtk/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 31dc7890e8..ab67aeed6e 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -16,8 +16,7 @@ else GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" endif -SUBDIRS = tests -DIST_SUBDIRS = tests +SUBDIRS = . tests if HAVE_PAPI_CUPS GTK_PRINT_BACKENDS=file,papi,cups