diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-29 12:44:59 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-29 12:44:59 -0500 |
commit | 0ba43923ad7ed15d4f1cc51d02b9e890180b1311 (patch) | |
tree | f205f044a072d6d96a8c9bd78364c003d661a448 /kdesktop/lock/Makefile.am | |
parent | 14ffd77b37186e7defbc11730c35700fc21e9fbb (diff) | |
download | tdebase-0ba43923ad7ed15d4f1cc51d02b9e890180b1311.tar.gz tdebase-0ba43923ad7ed15d4f1cc51d02b9e890180b1311.zip |
Update references of kscreensaver->tdescreensaver.
Diffstat (limited to 'kdesktop/lock/Makefile.am')
-rw-r--r-- | kdesktop/lock/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesktop/lock/Makefile.am b/kdesktop/lock/Makefile.am index 5b6ccfd21..60a1531f5 100644 --- a/kdesktop/lock/Makefile.am +++ b/kdesktop/lock/Makefile.am @@ -18,7 +18,7 @@ lockprocess.o: ../kdesktopsettings.h ####### Build rules -PAM = @KSCREENSAVER_PAM_SERVICE@ +PAM = @TDESCREENSAVER_PAM_SERVICE@ install-data-local: -@test -n "$(DESTDIR)" || test -z "$(PAM)" || $(top_srcdir)/mkpamserv $(PAM) |