summaryrefslogtreecommitdiffstats
path: root/kioslave
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-26 16:08:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-26 16:08:17 +0000
commit9d254b0eb24a83e4bee095be3cb343b674634e67 (patch)
treea64e0b231658172718cb630c84bb1b2a9c86fcd2 /kioslave
parent8ef1b3d8bd0a0cc19444032afecfd6c8658788a5 (diff)
downloadtdelibs-9d254b0eb24a83e4bee095be3cb343b674634e67.tar.gz
tdelibs-9d254b0eb24a83e4bee095be3cb343b674634e67.zip
Automake fix for kio_http
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1107725 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kioslave')
-rw-r--r--kioslave/http/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/http/Makefile.am b/kioslave/http/Makefile.am
index 1f06436b5..71ca1e1dd 100644
--- a/kioslave/http/Makefile.am
+++ b/kioslave/http/Makefile.am
@@ -15,7 +15,7 @@ kde_module_LTLIBRARIES = kio_http.la
kio_http_la_SOURCES = http.cc
kio_http_la_METASOURCES = AUTO
-kio_http_la_LIBADD = $(LIB_KIO) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_KDECORE) $(LIBZ) $(top_builddir)/dcop/libDCOP.la
+kio_http_la_LIBADD = $(LIB_KIO) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_KDECORE) $(LIBZ) $(top_builddir)/dcop/libDCOP.la $(top_builddir)/kio/misc/kntlm/libkntlm.la
kio_http_la_LDFLAGS = $(all_libraries) $(GSSAPI_RPATH) -module $(KDE_PLUGIN) -lgssapi_krb5
kio_http_cache_cleaner_la_SOURCES = http_cache_cleaner.cpp