diff options
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 \ |