diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-23 13:33:41 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-02-23 15:22:32 -0800 |
commit | 4feff33159efb139ddb89a90fb26ad646b288f2b (patch) | |
tree | b36ecded595ec090c1df48636dec7ea51751b16b /configure.ac | |
parent | eb2c0108e495ff2a5febcc87234780c3a249f49f (diff) |
Restore generation of specs from docbook in autotools builds
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b28448a..d7fedb0 100644 --- a/configure.ac +++ b/configure.ac @@ -129,6 +129,15 @@ AC_CONFIG_FILES([applewmproto.pc renderproto.pc resourceproto.pc scrnsaverproto.pc + specs/Makefile + specs/bigreqsproto/Makefile + specs/fontsproto/Makefile + specs/kbproto/Makefile + specs/recordproto/Makefile + specs/scrnsaverproto/Makefile + specs/xcmiscproto/Makefile + specs/xextproto/Makefile + specs/xproto/Makefile trapproto.pc videoproto.pc windowswmproto.pc |