mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 04:38:04 +02:00
[Makefile] Add perf to DIST_SUBDIRS
This commit is contained in:
parent
8c9ea020ca
commit
94c361cd2a
1 changed files with 6 additions and 6 deletions
12
Makefile.am
12
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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue