summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-10-29 11:18:09 -0800
committerJamey Sharp <jamey@minilop.net>2006-10-29 11:18:09 -0800
commit7442b4086667ed67d9086e817af3d3c081a2b6f1 (patch)
treee4fd783daaf59ccf0ffc35b86a789ea19e8cfe09
parentb0f5af3b473e5d58e0fc07a38948c83897e1b1fc (diff)
perf: cairo-perf-diff-files.c should generate cairo-perf-diff-files
... rather than overwriting the new cairo-perf-diff script, which should (by the way) be included in dist tarballs.
-rw-r--r--perf/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/perf/Makefile.am b/perf/Makefile.am
index addf5473..419a9986 100644
--- a/perf/Makefile.am
+++ b/perf/Makefile.am
@@ -9,7 +9,8 @@ INCLUDES = \
-I$(top_srcdir)/src \
$(CAIRO_CFLAGS)
-noinst_PROGRAMS = cairo-perf cairo-perf-diff
+noinst_PROGRAMS = cairo-perf cairo-perf-diff-files
+EXTRA_DIST = cairo-perf-diff
cairo_perf_SOURCES = \
cairo-perf.c \
@@ -28,7 +29,7 @@ else
cairo_perf_SOURCES += cairo-perf-posix.c
endif
-cairo_perf_diff_SOURCES = \
+cairo_perf_diff_files_SOURCES = \
cairo-perf-diff-files.c
LDADD = $(top_builddir)/boilerplate/libcairoboilerplate.la \