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/formats/Makefile.am | |
parent | bd1e64d4628c4e8a72e1e1b999c1f12627592b62 (diff) | |
download | tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.tar.gz tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.zip |
Fix build system references to kabc
Diffstat (limited to 'tdeabc/formats/Makefile.am')
-rw-r--r-- | tdeabc/formats/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/formats/Makefile.am b/tdeabc/formats/Makefile.am index d769d88d7..c50cc4e3e 100644 --- a/tdeabc/formats/Makefile.am +++ b/tdeabc/formats/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) kde_module_LTLIBRARIES = kabcformat_binary.la @@ -15,7 +15,7 @@ noinst_HEADERS = binaryformat.h METASOURCES = AUTO messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kabcformat_binary.pot + $(XGETTEXT) *.cpp -o $(podir)/tdeabcformat_binary.pot linkdir = $(kde_datadir)/tdeabc/formats link_DATA = binary.desktop |