[poppler] test/Makefile.am

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Mar 13 17:09:49 PDT 2011


 test/Makefile.am |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit ec1917968d2f1c7a00772a0829b3fcc6957d8f3c
Author: Albert Astals Cid <aacid at kde.org>
Date:   Mon Mar 14 00:13:26 2011 +0000

    Only build gtk-test if we have to build gtk-test

diff --git a/test/Makefile.am b/test/Makefile.am
index a0eb4d0..0252911 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -18,6 +18,9 @@ cairo_includes =				\
 
 endif
 
+gtk_test = \
+	gtk-test
+
 endif
 
 if BUILD_SPLASH_OUTPUT
@@ -30,9 +33,6 @@ endif
 pdf_fullrewrite = \
 	pdf-fullrewrite
 
-gtk_test = \
-	gtk-test
-
 INCLUDES =					\
 	-I$(top_srcdir)				\
 	-I$(top_srcdir)/poppler			\


More information about the poppler mailing list