summaryrefslogtreecommitdiffstats
path: root/tdeabc/plugins/sql/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 17:55:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 17:55:55 -0600
commit5fbaba69567fec6978b2587fc1cd4fe66a9e6f80 (patch)
tree22f20a15668860a09f6c5f9e0a997d2b8a23c43b /tdeabc/plugins/sql/Makefile.am
parenta15448c070e58d41c8d7c6cde49d082a379f704b (diff)
downloadtdelibs-5fbaba69567fec6978b2587fc1cd4fe66a9e6f80.tar.gz
tdelibs-5fbaba69567fec6978b2587fc1cd4fe66a9e6f80.zip
Rename additional kabc files
Diffstat (limited to 'tdeabc/plugins/sql/Makefile.am')
-rw-r--r--tdeabc/plugins/sql/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeabc/plugins/sql/Makefile.am b/tdeabc/plugins/sql/Makefile.am
index a504950cc..43dd193f6 100644
--- a/tdeabc/plugins/sql/Makefile.am
+++ b/tdeabc/plugins/sql/Makefile.am
@@ -3,12 +3,12 @@ INCLUDES = -I$(top_srcdir)/tdeabc -I$(top_builddir)/tdeabc $(all_includes)
# these are the headers for your project
noinst_HEADERS = resourcesql.h resourcesqlconfig.h
-kde_module_LTLIBRARIES = kabc_sql.la
+kde_module_LTLIBRARIES = tdeabc_sql.la
-kabc_sql_la_SOURCES = resourcesql.cpp resourcesqlconfig.cpp
+tdeabc_sql_la_SOURCES = resourcesql.cpp resourcesqlconfig.cpp
-kabc_sql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-kabc_sql_la_LIBADD = ../../libkabc.la ../../../tdeui/libtdeui.la
+tdeabc_sql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+tdeabc_sql_la_LIBADD = ../../libkabc.la ../../../tdeui/libtdeui.la
METASOURCES = AUTO