diff options
author | Timothy Pearson <[email protected]> | 2013-02-16 18:29:36 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-16 18:29:36 -0600 |
commit | 7d3c4845a535e756a8226dff74a9efa7f2a33a03 (patch) | |
tree | 683f19433c3297477fd043ad76d694ec875fd46e /tdeabc/formats/CMakeLists.txt | |
parent | 5fbaba69567fec6978b2587fc1cd4fe66a9e6f80 (diff) | |
download | tdelibs-7d3c4845a535e756a8226dff74a9efa7f2a33a03.tar.gz tdelibs-7d3c4845a535e756a8226dff74a9efa7f2a33a03.zip |
Fix FTBFS
Diffstat (limited to 'tdeabc/formats/CMakeLists.txt')
-rw-r--r-- | tdeabc/formats/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeabc/formats/CMakeLists.txt b/tdeabc/formats/CMakeLists.txt index 5b1bd1162..48fddc70c 100644 --- a/tdeabc/formats/CMakeLists.txt +++ b/tdeabc/formats/CMakeLists.txt @@ -32,9 +32,9 @@ link_directories( install( FILES binary.desktop DESTINATION ${DATA_INSTALL_DIR}/tdeabc/formats ) -##### kabcformat_binary ######################### +##### tdeabcformat_binary ######################### -set( target kabcformat_binary ) +set( target tdeabcformat_binary ) set( ${target}_SRCS binaryformat.cpp |