diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-22 19:47:58 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-22 19:47:58 +0000 |
commit | cbe66c290b343f54a6741cb420bac17225d51285 (patch) | |
tree | 3a6579c5e9dcfcbfbd90c39d734b6b8bf65601a4 /Makefile | |
parent | 1e59465c8abdce055fd9cd3b66ea4547c88c688d (diff) | |
download | smartcardauth-cbe66c290b343f54a6741cb420bac17225d51285.tar.gz smartcardauth-cbe66c290b343f54a6741cb420bac17225d51285.zip |
Make smartauthmon use new kdm control sockets
This stabilizes login with smart cards on finicky Xorg servers
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/smartcardauth@1255016 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -16,7 +16,6 @@ install: mkdir -p $(DESTDIR)/usr cp -Rp src/ckpasswd usr/bin/smartauthckpasswd cp -Rp src/smartauthmon usr/bin/smartauthmon - cp -Rp src/smartauth_displayfinder usr/bin/smartauth_displayfinder cp -Rp usr/* $(DESTDIR)/usr/ mkdir -p $(DESTDIR)/etc |