[cairo-commit] test/Makefile.am

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Jun 19 01:29:56 PDT 2006


 test/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

New commits:
diff-tree 72e7667ed904b93475d7e4540778c498aa781cdf (from fdc109dc5902f362bfec2f90b5d357c2d16b96d6)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Jun 19 04:29:49 2006 -0400

    Replace noinst_ with check_, such that nothing is built with default make
    target.

diff --git a/test/Makefile.am b/test/Makefile.am
index ea90527..213149d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -301,7 +301,7 @@ INCLUDES =					\
 	-I$(top_srcdir)/src			\
 	$(CAIRO_CFLAGS)
 
-noinst_LTLIBRARIES = libcairotest.la
+check_LTLIBRARIES = libcairotest.la
 
 libcairotest_la_SOURCES =\
 buffer-diff.c		\
@@ -344,16 +344,16 @@ if HAVE_PTHREAD
 LDADD += -lpthread
 endif
 
-noinst_PROGRAMS = imagediff png-flatten
+check_PROGRAMS += imagediff png-flatten
 
 if CAIRO_CAN_TEST_PDF_SURFACE
-noinst_PROGRAMS += pdf2png
+check_PROGRAMS += pdf2png
 pdf2png_CFLAGS = $(POPPLER_CFLAGS)
 pdf2png_LDADD = $(LDADD) $(POPPLER_LIBS)
 endif
 
 if CAIRO_CAN_TEST_SVG_SURFACE
-noinst_PROGRAMS += svg2png
+check_PROGRAMS += svg2png
 svg2png_CFLAGS = $(LIBRSVG_CFLAGS)
 svg2png_LDADD = $(LIBRSVG_LIBS)
 endif


More information about the cairo-commit mailing list