summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-04-21 07:48:10 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-04-21 07:48:10 -0400
commit515491334cc32d8be856f25b7d2e36e63cb72246 (patch)
treec0aee896e19cfb8d389cdc574acb145c9738bc85 /Makefile.am
parentabdcbf896af69677058490d1d08ba58672c429ec (diff)
Add util/ to distribution
We already reference an script in util/ in PORTING_GUIDE, but was not shipping it!
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 518369b3c..4410c02ee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-DIST_SUBDIRS = pixman src boilerplate test perf doc
+DIST_SUBDIRS = pixman src boilerplate test perf doc util
SUBDIRS = pixman src doc
# libpng is required for our test programs
if CAIRO_HAS_PNG_FUNCTIONS