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 /src/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 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 383bb9a..0669326 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -43,12 +43,3 @@ if BUILD_PSMCOMM psmcomm.c psmcomm.h endif -bin_PROGRAMS = \ - synclient \ - syndaemon - -synclient_SOURCES = synclient.c -synclient_LDFLAGS = -lm - -syndaemon_SOURCES = syndaemon.c -syndaemon_LDFLAGS = -lXi |