diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2007-04-21 07:48:10 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2007-04-21 07:48:10 -0400 |
commit | 515491334cc32d8be856f25b7d2e36e63cb72246 (patch) | |
tree | c0aee896e19cfb8d389cdc574acb145c9738bc85 /util | |
parent | abdcbf896af69677058490d1d08ba58672c429ec (diff) |
Add util/ to distribution
We already reference an script in util/ in PORTING_GUIDE, but was
not shipping it!
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/Makefile.am b/util/Makefile.am new file mode 100644 index 00000000..6d1756b7 --- /dev/null +++ b/util/Makefile.am @@ -0,0 +1,4 @@ + +EXTRA_DIST = \ + xr2cairo \ + cairo-api-update |