summaryrefslogtreecommitdiffstats
path: root/kapptemplate
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate')
-rw-r--r--kapptemplate/existing/app-Makefile.am2
-rw-r--r--kapptemplate/kapp/app-Makefile.am2
-rw-r--r--kapptemplate/kpartapp/app-Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/kapptemplate/existing/app-Makefile.am b/kapptemplate/existing/app-Makefile.am
index 79236a7f..4c03a65c 100644
--- a/kapptemplate/existing/app-Makefile.am
+++ b/kapptemplate/existing/app-Makefile.am
@@ -15,7 +15,7 @@ INCLUDES = \$(all_includes)
${APP_NAME_LC}_LDFLAGS = \$(KDE_RPATH) \$(all_libraries)
# the libraries to link against.
-${APP_NAME_LC}_LDADD = \$(LIB_KFILE)
+${APP_NAME_LC}_LDADD = \$(LIB_TDEFILE)
# which sources should be compiled for $APP_NAME_LC
${APP_NAME_LC}_SOURCES = ${EXISTING_SOURCE}
diff --git a/kapptemplate/kapp/app-Makefile.am b/kapptemplate/kapp/app-Makefile.am
index bf17e8aa..ac039f6d 100644
--- a/kapptemplate/kapp/app-Makefile.am
+++ b/kapptemplate/kapp/app-Makefile.am
@@ -17,7 +17,7 @@ INCLUDES = \$(all_includes)
${APP_NAME_LC}_LDFLAGS = \$(KDE_RPATH) \$(all_libraries)
# the libraries to link against.
-${APP_NAME_LC}_LDADD = \$(LIB_KFILE) -ltdeprint
+${APP_NAME_LC}_LDADD = \$(LIB_TDEFILE) -ltdeprint
# which sources should be compiled for $APP_NAME_LC
${APP_NAME_LC}_SOURCES = main.cpp ${APP_NAME_LC}.cpp ${APP_NAME_LC}view.cpp \\
diff --git a/kapptemplate/kpartapp/app-Makefile.am b/kapptemplate/kpartapp/app-Makefile.am
index 3aa0495f..defeb588 100644
--- a/kapptemplate/kpartapp/app-Makefile.am
+++ b/kapptemplate/kpartapp/app-Makefile.am
@@ -46,7 +46,7 @@ kde_module_LTLIBRARIES = lib${APP_NAME_LC}part.la
# the Part's source, library search path, and link libraries
lib${APP_NAME_LC}part_la_SOURCES = ${APP_NAME_LC}_part.cpp
lib${APP_NAME_LC}part_la_LDFLAGS = -module \$(KDE_PLUGIN) \$(all_libraries)
-lib${APP_NAME_LC}part_la_LIBADD = \$(LIB_KPARTS) \$(LIB_KFILE)
+lib${APP_NAME_LC}part_la_LIBADD = \$(LIB_KPARTS) \$(LIB_TDEFILE)
# this is where the desktop file will go
partdesktopdir = \$(kde_servicesdir)