[gtk+] Fix build



commit 4b5b1ab43ac76af09ca747310eadde58d8763174
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Jan 30 02:49:31 2011 -0500

    Fix build
    
    We must build gtk before gtk/tests

 gtk/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 31dc789..ab67aee 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]