summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 01:08:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-11 01:08:46 -0600
commit11959c1950ac64441e7c821d29db85f29288d248 (patch)
tree80283daefc184211bf544a52bf909a223868a306
parent8f3041420f7c6e721c25f2fc33f445d5639cd9fd (diff)
downloadkvirc-11959c19.tar.gz
kvirc-11959c19.zip
Fix FTBFS
-rw-r--r--admin/acinclude.m4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in
index 5c26683a..b0579c13 100644
--- a/admin/acinclude.m4.in
+++ b/admin/acinclude.m4.in
@@ -2549,7 +2549,7 @@ AC_DEFUN([AC_SS_FINAL_CONFIG],
SS_INCDIRS="$SS_INCDIRS -I$SS_KDE_INCDIR"
SS_RPATH="$SS_RPATH -rpath $SS_KDE_LIBDIR"
SS_LIBDIRS="$SS_LIBDIRS -L$SS_KDE_LIBDIR"
- SS_LIBLINK="-ltdecore -ltdeui -lkparts -lDCOP -ltdefx -ltdeio $SS_LIBLINK"
+ SS_LIBLINK="-ltdecore -ltdeui -ltdeparts -lDCOP -ltdefx -ltdeio $SS_LIBLINK"
AC_DEFINE([COMPILE_TDE_SUPPORT], 1, [define if you want to compile the TDE support])
AC_DEFINE_UNQUOTED([TDE_DIR], "$SS_KDE_GENERAL_DIR", [contain path to TDE if compiled with the TDE support])
AC_DEFINE_UNQUOTED([TDE_LIBDIR], "$SS_KDE_LIBDIR", [contain path to TDE libs if compiled with the TDE support])