summaryrefslogtreecommitdiffstats
path: root/tdeabc/vcardparser
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 01:10:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 01:10:13 -0600
commita6cec4c38c48127d90ca7d0eda0d5e558b93cafa (patch)
tree3f25302bdc5cdde5bc86a324dc2c489fb6358958 /tdeabc/vcardparser
parentbd1e64d4628c4e8a72e1e1b999c1f12627592b62 (diff)
downloadtdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.tar.gz
tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.zip
Fix build system references to kabc
Diffstat (limited to 'tdeabc/vcardparser')
-rw-r--r--tdeabc/vcardparser/CMakeLists.txt2
-rw-r--r--tdeabc/vcardparser/Makefile.am4
2 files changed, 3 insertions, 3 deletions
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