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 | |
parent | bd1e64d4628c4e8a72e1e1b999c1f12627592b62 (diff) | |
download | tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.tar.gz tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.zip |
Fix build system references to kabc
Diffstat (limited to 'tdeabc/formats')
-rw-r--r-- | tdeabc/formats/CMakeLists.txt | 4 | ||||
-rw-r--r-- | tdeabc/formats/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tdeabc/formats/CMakeLists.txt b/tdeabc/formats/CMakeLists.txt index d7a9e0fc9..5b1bd1162 100644 --- a/tdeabc/formats/CMakeLists.txt +++ b/tdeabc/formats/CMakeLists.txt @@ -10,8 +10,8 @@ ################################################# include_directories( - ${CMAKE_BINARY_DIR}/kabc - ${CMAKE_SOURCE_DIR}/kabc + ${CMAKE_BINARY_DIR}/tdeabc + ${CMAKE_SOURCE_DIR}/tdeabc ${TQT_INCLUDE_DIRS} ${CMAKE_BINARY_DIR}/tdecore 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 |