diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-02-21 15:57:21 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-02-22 15:44:32 -0500 |
commit | 0ff5192e4cb5b1113bed3c9cf1c0275065aafd14 (patch) | |
tree | 1a616fb0b30f2bcbf42e1bf8bef189a2bb31c1e0 /Makefile.am | |
parent | 1bc1f8ef46a27aa21f8d29b39e645ee5a0e95cda (diff) |
[Makefile.am] Include boilerplate/ in SUBDIRS
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 352581266..cb21578bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |