diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-08 20:12:53 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-08 20:12:53 -0700 |
commit | 9b54f509832c50c1fac0edc0cb78e1a3454a56dc (patch) | |
tree | ac194e791e05a3fd2c7feedc4d4373b014001f84 /configure.ac | |
parent | 1967c04c021a4cfd7b3cdd4efdc13610b4385a65 (diff) |
Move ICE protocol & API specs from xorg-docs module
For now, just checked in and included in dist tarballs, not processed
into a usable format - same as it was in xorg-docs
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 c995aad..1a53f2a 100644 --- a/configure.ac +++ b/configure.ac @@ -46,5 +46,6 @@ LINT_FLAGS="${LINT_FLAGS} ${ICE_CFLAGS} ${XTRANS_CFLAGS}" AC_OUTPUT([Makefile + doc/Makefile src/Makefile ice.pc]) |