From a6cec4c38c48127d90ca7d0eda0d5e558b93cafa Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 16 Feb 2013 01:10:13 -0600 Subject: Fix build system references to kabc --- tdeabc/plugins/sql/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdeabc/plugins/sql/Makefile.am') diff --git a/tdeabc/plugins/sql/Makefile.am b/tdeabc/plugins/sql/Makefile.am index 3fa3986ce..a504950cc 100644 --- a/tdeabc/plugins/sql/Makefile.am +++ b/tdeabc/plugins/sql/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/kabc -I$(top_builddir)/kabc $(all_includes) +INCLUDES = -I$(top_srcdir)/tdeabc -I$(top_builddir)/tdeabc $(all_includes) # these are the headers for your project noinst_HEADERS = resourcesql.h resourcesqlconfig.h @@ -13,7 +13,7 @@ kabc_sql_la_LIBADD = ../../libkabc.la ../../../tdeui/libtdeui.la METASOURCES = AUTO messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kabc_sql.pot + $(XGETTEXT) *.cpp -o $(podir)/tdeabc_sql.pot linkdir = $(kde_datadir)/tderesources/contact link_DATA = sql.desktop -- cgit v1.2.1