From 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:28:57 -0600 Subject: Additional kde to tde renaming --- kcheckpass/CMakeLists.txt | 2 +- kcheckpass/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kcheckpass') diff --git a/kcheckpass/CMakeLists.txt b/kcheckpass/CMakeLists.txt index 72df22f75..831193d60 100644 --- a/kcheckpass/CMakeLists.txt +++ b/kcheckpass/CMakeLists.txt @@ -26,7 +26,7 @@ tde_add_executable( kcheckpass AUTOMOC SOURCES kcheckpass.c checkpass_etcpasswd.c checkpass_pam.c checkpass_shadow.c checkpass_osfc2passwd.c checkpass_aix.c - LINK kdefakes-shared ${CRYPT_LIBRARY} ${PAM_LIBRARY} + LINK tdefakes-shared ${CRYPT_LIBRARY} ${PAM_LIBRARY} DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/kcheckpass/Makefile.am b/kcheckpass/Makefile.am index bc8342301..0ccd2174e 100644 --- a/kcheckpass/Makefile.am +++ b/kcheckpass/Makefile.am @@ -9,7 +9,7 @@ bin_PROGRAMS = kcheckpass kcheckpass_SOURCES = kcheckpass.c \ checkpass_etcpasswd.c checkpass_pam.c checkpass_shadow.c \ checkpass_osfc2passwd.c checkpass_aix.c -kcheckpass_LDADD = -lkdefakes $(PASSWDLIBS) $(LIBSOCKET) +kcheckpass_LDADD = -ltdefakes $(PASSWDLIBS) $(LIBSOCKET) kcheckpass_LDFLAGS = $(KDE_USE_PIE) $(all_libraries) noinst_HEADERS = kcheckpass.h -- cgit v1.2.1