From 94c361cd2a775a94a6e770ea81f6e81edf6165b4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 6 Sep 2006 13:47:37 -0400 Subject: [Makefile] Add perf to DIST_SUBDIRS --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index efc2bba5..eb98104e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,10 @@ -DIST_SUBDIRS = pixman src boilerplate test doc +DIST_SUBDIRS = pixman src boilerplate test perf doc SUBDIRS = pixman src doc +# libpng is required for our test programs +if CAIRO_HAS_PNG_FUNCTIONS +SUBDIRS += test +endif + .PHONY: doc test retest recheck check-valgrind doc: @@ -15,11 +20,6 @@ check-valgrind: all perf: all cd perf && $(MAKE) $(AM_MAKEFLAGS) perf -# libpng is required for our test programs -if CAIRO_HAS_PNG_FUNCTIONS -SUBDIRS += test -endif - EXTRA_DIST = \ BUGS \ CODING_STYLE \ -- cgit v1.2.3