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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7052905..de3a585 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,4 +19,4 @@ # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. AUTOMAKE_OPTIONS = foreign -SUBDIRS = src man +SUBDIRS = shared src man |