[Makefile.am] Include boilerplate/ in SUBDIRS

This commit is contained in:
Behdad Esfahbod 2007-02-21 15:57:21 -05:00
parent 1bc1f8ef46
commit 0ff5192e4c

View file

@ -2,7 +2,7 @@ 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
SUBDIRS += boilerplate test
endif