diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:22:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:22:17 -0600 |
commit | 0fba87e849baa89a5a422efd0d003b0cefe93d96 (patch) | |
tree | 8c0131c988c1104c9b448a651bab925f34758076 /aclocal.m4 | |
parent | fa54662b09cd255a6b8f3b3d8e245baf07f288e4 (diff) | |
download | libkipi-0fba87e849baa89a5a422efd0d003b0cefe93d96.tar.gz libkipi-0fba87e849baa89a5a422efd0d003b0cefe93d96.zip |
Rename KABC namespace
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2086,7 +2086,7 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KABC, "-ltdeabc") + AC_SUBST(LIB_TDEABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") |