diff options
author | Philip Langdale <philipl@fido2.homeip.net> | 2008-10-21 18:52:02 -0700 |
---|---|---|
committer | Philip Langdale <philipl@fido2.homeip.net> | 2008-10-21 18:52:02 -0700 |
commit | 370a0ffa789c1c64d5343153bdb5ddccd502a361 (patch) | |
tree | b25d204a4fd2c6641c3db2b7790282d81c3e7cd6 /configure.ac | |
parent | 4c26f5cffba924daa514134e6c6dfcbc3c391d27 (diff) |
Move shared vmmouse files into a separate static lib so we can
share it with the vmmouse detection utility I'm about to add.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 897c371..a389f3a 100644 --- a/configure.ac +++ b/configure.ac @@ -101,4 +101,4 @@ AC_HEADER_STDC XORG_MANPAGE_SECTIONS XORG_RELEASE_VERSION -AC_OUTPUT([Makefile src/Makefile man/Makefile]) +AC_OUTPUT([Makefile shared/Makefile src/Makefile man/Makefile]) |