[perf/Makefile] Unset DIST_SUBDIRS

This commit is contained in:
Behdad Esfahbod 2006-09-06 13:49:27 -04:00
parent 6b377b62ac
commit c4d863afad

View file

@ -1,4 +1,5 @@
SUBDIRS=../boilerplate
DIST_SUBDIRS =
# We're using _GNU_SOURCE to get the prototype for asprintf. This may
# not be the most portable approach, but it is pragmatic and I'm
@ -16,7 +17,6 @@ noinst_PROGRAMS = cairo-perf
cairo_perf_SOURCES = \
cairo-perf.c \
cairo-perf.h \
cairo-perf-timer.h \
paint.c \
tessellate.c