diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-12-10 21:09:30 -0800 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-12-10 21:09:30 -0800 |
commit | 867ae5eb5c19091365daad621b923f56ff699415 (patch) | |
tree | e664f71371c1b200f9779ac3156e5fd3efa9977a /Makefile.am | |
parent | 67af2d24e4c46580479570cf09586a54b84b1b63 (diff) |
Add tools/* to EXTRA_DIST.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e399ae0..5b26d4c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,4 +48,7 @@ xcb-xfixes.pc.in \ xcb-xprint.pc.in \ xcb-xtest.pc.in \ xcb-xv.pc.in \ -xcb-xvmc.pc.in +xcb-xvmc.pc.in \ +tools/README \ +tools/api_conv.pl \ +tools/constants |