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/vcardparser/CMakeLists.txt | |
parent | bd1e64d4628c4e8a72e1e1b999c1f12627592b62 (diff) | |
download | tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.tar.gz tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.zip |
Fix build system references to kabc
Diffstat (limited to 'tdeabc/vcardparser/CMakeLists.txt')
-rw-r--r-- | tdeabc/vcardparser/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 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 #################################### |