summaryrefslogtreecommitdiffstats
path: root/kapptemplate/existing/app-Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:32:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:32:53 -0600
commite4cbbc78e0face70ca9725a64e281ac585a1b308 (patch)
tree9cc5623d1762ca43cd36354fdca0798c1abcd71e /kapptemplate/existing/app-Makefile.am
parent7c6d47908a2fd7f9959c0e5b92d86bd0ff036447 (diff)
downloadtdesdk-e4cbbc78e0face70ca9725a64e281ac585a1b308.tar.gz
tdesdk-e4cbbc78e0face70ca9725a64e281ac585a1b308.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'kapptemplate/existing/app-Makefile.am')
-rw-r--r--kapptemplate/existing/app-Makefile.am2
1 files changed, 1 insertions, 1 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}