diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:20:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:20:17 -0600 |
commit | 1e62e1264d1ee5961335f1a787e2a1766f4fa30d (patch) | |
tree | 07536377a8569daf06f5ceb9218ec63bb122382a /src | |
parent | c9717c2787f3cca383547f0771b78e7405f4f904 (diff) | |
download | kbookreader-1e62e1264d1ee5961335f1a787e2a1766f4fa30d.tar.gz kbookreader-1e62e1264d1ee5961335f1a787e2a1766f4fa30d.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 01bd9cc..4bb48f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ INCLUDES = $(all_includes) bookreader_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor # the libraries to link against. -bookreader_LDADD = $(LIB_KFILE) $(LIB_TDEPRINT) +bookreader_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) # which sources should be compiled for bookreader bookreader_SOURCES = main.cpp bookreader.cpp bookreaderiface.skel \ |