diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-12 08:54:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-06-12 08:54:20 -0700 |
commit | b2190a83417ae6a4f99ab3acd47ae2c67b5d6693 (patch) | |
tree | 602a0b9f3e9aee2f4c6672cf634e13490207cdb0 /configure.ac | |
parent | c83fb2aeeb458ead667a1ebe30c5a59b9e786ed3 (diff) |
Move recordlib & testlib specs from xorg-docs module
Not formatted, translated, processed or installed yet,
just moved & added to EXTRA_DIST
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a173fba..ded41dd 100644 --- a/configure.ac +++ b/configure.ac @@ -55,4 +55,5 @@ LINT_FLAGS="${LINT_FLAGS} ${XTST_CFLAGS}" AC_OUTPUT([Makefile man/Makefile src/Makefile - xtst.pc]) + specs/Makefile + xtst.pc]) |