mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-05 03:00:31 +01:00
Add util/ to distribution
We already reference an script in util/ in PORTING_GUIDE, but was not shipping it!
This commit is contained in:
parent
abdcbf896a
commit
515491334c
3 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -917,6 +917,7 @@ src/Makefile
|
|||
test/Makefile
|
||||
test/pdiff/Makefile
|
||||
perf/Makefile
|
||||
util/Makefile
|
||||
doc/Makefile
|
||||
doc/public/Makefile
|
||||
doc/public/version.xml
|
||||
|
|
|
|||
4
util/Makefile.am
Normal file
4
util/Makefile.am
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
EXTRA_DIST = \
|
||||
xr2cairo \
|
||||
cairo-api-update
|
||||
Loading…
Add table
Reference in a new issue