Line | |
---|
1 | # synergy -- mouse and keyboard sharing utility
|
---|
2 | # Copyright (C) 2002 Chris Schoeneman
|
---|
3 | #
|
---|
4 | # This package is free software; you can redistribute it and/or
|
---|
5 | # modify it under the terms of the GNU General Public License
|
---|
6 | # found in the file COPYING that should have accompanied this file.
|
---|
7 | #
|
---|
8 | # This package is distributed in the hope that it will be useful,
|
---|
9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
11 | # GNU General Public License for more details.
|
---|
12 |
|
---|
13 | ## Process this file with automake to produce Makefile.in
|
---|
14 | NULL =
|
---|
15 |
|
---|
16 | SUBDIRS = \
|
---|
17 | common \
|
---|
18 | arch \
|
---|
19 | base \
|
---|
20 | mt \
|
---|
21 | io \
|
---|
22 | net \
|
---|
23 | synergy \
|
---|
24 | platform \
|
---|
25 | client \
|
---|
26 | server \
|
---|
27 | $(NULL)
|
---|
28 |
|
---|
29 | EXTRA_DIST = \
|
---|
30 | $(NULL)
|
---|
31 |
|
---|
32 | MAINTAINERCLEANFILES = \
|
---|
33 | Makefile.in \
|
---|
34 | $(NULL)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.