diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-23 11:11:12 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2008-07-23 11:12:49 +0930 |
commit | 5201054d003807ea028aab4318f0bf1eb96e63d2 (patch) | |
tree | 8e80f2d35ba02633f9f5c8abf8ce3af21a34fc63 /Makefile.am | |
parent | f7866a254b27fc8445eea7711a1a438257b5fab4 (diff) |
Move synclient and syndaemon into a /tools/ directory.
Let's keep the driver source and the client program source separate.
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..3e06dc1 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 = src man tools |