diff options
author | Søren Sandmann <sandmann@redhat.com> | 2007-06-13 00:15:34 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@annarchy.freedesktop.org> | 2007-06-21 22:21:11 -0700 |
commit | 12cc32b674d3f1b705ef1a66bbce1ef8c4488daf (patch) | |
tree | c4d12d745d4c35ed0565885032666fc876d83ad6 /Makefile.am | |
parent | 9109946a1a7f9341e60da7358da6535c5fac52db (diff) |
[pixman] Initial port to standalone pixman library.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 4410c02e..0ec24043 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -DIST_SUBDIRS = pixman src boilerplate test perf doc util -SUBDIRS = pixman src doc +DIST_SUBDIRS = src boilerplate test perf doc util +SUBDIRS = src doc # libpng is required for our test programs if CAIRO_HAS_PNG_FUNCTIONS SUBDIRS += boilerplate test perf |