summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:33:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-29 23:33:25 -0600
commit3c7f8593b286a51ef39d5cab6c3ef6c6d17e6bd3 (patch)
tree1825c0e449166f65748cddbaea352afe54ebd848 /doc
parentd7980e6978dc11204d685f6088408cc1a8fc8cd7 (diff)
downloadtdevelop-3c7f8593b286a51ef39d5cab6c3ef6c6d17e6bd3.tar.gz
tdevelop-3c7f8593b286a51ef39d5cab6c3ef6c6d17e6bd3.zip
Rename a few build variables for overall consistency
Diffstat (limited to 'doc')
-rw-r--r--doc/tdevelop/project-management.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tdevelop/project-management.docbook b/doc/tdevelop/project-management.docbook
index e70d07dc..8c38d9d7 100644
--- a/doc/tdevelop/project-management.docbook
+++ b/doc/tdevelop/project-management.docbook
@@ -261,7 +261,7 @@ INCLUDES = $(all_includes)
myapp_LDFLAGS = $(KDE_RPATH) $(all_libraries)
# the libraries to link against.
-myapp_LDADD = $(LIB_KFILE) $(LIB_TDEPRINT)
+myapp_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT)
# which sources should be compiled for myapp
myapp_SOURCES = main.cpp myapp.cpp myappview.cpp