diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 23:00:01 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 23:00:01 -0600 |
commit | 11f6735335bc9e5529f7ba214dbe138cb57a9127 (patch) | |
tree | 2b0c5f63d88917c0804411140e60440e73e9903b | |
parent | 349f380f3d1e8e079404ec657ed10f733b1b2061 (diff) | |
download | tdesdk-11f6735335bc9e5529f7ba214dbe138cb57a9127.tar.gz tdesdk-11f6735335bc9e5529f7ba214dbe138cb57a9127.zip |
Fix references to lkabc
-rw-r--r-- | kdeaccounts-plugin/Makefile.am | 2 |
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 |