diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:10:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:10:13 -0600 |
commit | a6cec4c38c48127d90ca7d0eda0d5e558b93cafa (patch) | |
tree | 3f25302bdc5cdde5bc86a324dc2c489fb6358958 /tdeabc/plugins/sql | |
parent | bd1e64d4628c4e8a72e1e1b999c1f12627592b62 (diff) | |
download | tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.tar.gz tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.zip |
Fix build system references to kabc
Diffstat (limited to 'tdeabc/plugins/sql')
-rw-r--r-- | tdeabc/plugins/sql/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |