summaryrefslogtreecommitdiffstats
path: root/kdeaccounts-plugin/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:02:21 +0200
commit5cc26ceed345bb95cb1defab204b631cb79319de (patch)
tree9c80b1750fe99cb93f51a1724a6f32daa53f30fe /kdeaccounts-plugin/Makefile.am
parent412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff)
downloadtdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz
tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kdeaccounts-plugin/Makefile.am')
-rw-r--r--kdeaccounts-plugin/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdeaccounts-plugin/Makefile.am b/kdeaccounts-plugin/Makefile.am
index 1110c87c..79fb42ff 100644
--- a/kdeaccounts-plugin/Makefile.am
+++ b/kdeaccounts-plugin/Makefile.am
@@ -1,10 +1,10 @@
INCLUDES = $(all_includes)
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 = -ltdeabc
+kde_module_LTLIBRARIES = tdeabcformat_kdeaccounts.la
+tdeabcformat_kdeaccounts_la_SOURCES = kdeaccountsformat.cpp
+tdeabcformat_kdeaccounts_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+tdeabcformat_kdeaccounts_la_LIBADD = -ltdeabc
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO