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/vcardparser/CMakeLists.txt | 2 +- tdeabc/vcardparser/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tdeabc/vcardparser') diff --git a/tdeabc/vcardparser/CMakeLists.txt b/tdeabc/vcardparser/CMakeLists.txt index 2c6fa112a..15a2ce5c8 100644 --- a/tdeabc/vcardparser/CMakeLists.txt +++ b/tdeabc/vcardparser/CMakeLists.txt @@ -24,7 +24,7 @@ link_directories( install( FILES vcard.h vcardline.h vcardparser.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kabc ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdeabc ) ##### vcards #################################### diff --git a/tdeabc/vcardparser/Makefile.am b/tdeabc/vcardparser/Makefile.am index a855c9756..20c6ed45d 100644 --- a/tdeabc/vcardparser/Makefile.am +++ b/tdeabc/vcardparser/Makefile.am @@ -1,9 +1,9 @@ -INCLUDES = -I$(top_builddir)/kabc -I$(top_srcdir)/kabc $(all_includes) +INCLUDES = -I$(top_builddir)/tdeabc -I$(top_srcdir)/tdeabc $(all_includes) noinst_LTLIBRARIES = libvcards.la libvcards_la_SOURCES = vcard.cpp vcardline.cpp vcardparser.cpp -vcardsincludedir = $(includedir)/kabc +vcardsincludedir = $(includedir)/tdeabc vcardsinclude_HEADERS = vcard.h vcardline.h vcardparser.h check_PROGRAMS = testread testwrite testread2 -- cgit v1.2.1