summaryrefslogtreecommitdiffstats
path: root/kdeaccounts-plugin
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 23:00:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 23:00:01 -0600
commit11f6735335bc9e5529f7ba214dbe138cb57a9127 (patch)
tree2b0c5f63d88917c0804411140e60440e73e9903b /kdeaccounts-plugin
parent349f380f3d1e8e079404ec657ed10f733b1b2061 (diff)
downloadtdesdk-11f6735335bc9e5529f7ba214dbe138cb57a9127.tar.gz
tdesdk-11f6735335bc9e5529f7ba214dbe138cb57a9127.zip
Fix references to lkabc
Diffstat (limited to 'kdeaccounts-plugin')
-rw-r--r--kdeaccounts-plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeaccounts-plugin/Makefile.am b/kdeaccounts-plugin/Makefile.am
index 87c1ec2c..1110c87c 100644
--- a/kdeaccounts-plugin/Makefile.am
+++ b/kdeaccounts-plugin/Makefile.am
@@ -4,7 +4,7 @@ noinst_HEADERS = kdeaccountsformat.h
kde_module_LTLIBRARIES = kabcformat_kdeaccounts.la
kabcformat_kdeaccounts_la_SOURCES = kdeaccountsformat.cpp
kabcformat_kdeaccounts_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-kabcformat_kdeaccounts_la_LIBADD = -lkabc
+kabcformat_kdeaccounts_la_LIBADD = -ltdeabc
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO