diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-11 18:47:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-11 18:47:23 -0700 |
commit | 675ca9abbc38f088b177a67501ab5eff1c9dcff5 (patch) | |
tree | 44b487494fa7d835c0bb3db9f70eff9fcebe2663 /configure.ac | |
parent | 72cc123fbf3b5186771529cd5d9d9af46470b1af (diff) |
Move specs for several extension API's from xorg-docs module
Not formatted, translated or processed yet, just moved & added to EXTRA_DIST
Only moved those that had separate library/API docs from the protocol specs.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d5d631c..e132e0a 100644 --- a/configure.ac +++ b/configure.ac @@ -57,4 +57,5 @@ XORG_LINT_LIBRARY([Xext]) AC_OUTPUT([Makefile man/Makefile src/Makefile + specs/Makefile xext.pc]) |