diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 20:04:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 20:04:13 +0900 |
commit | 9a7c2146e7fc92068433a4eb86f7f92346405792 (patch) | |
tree | 6b36aff3d74cc823bbc004d23720876837943999 | |
parent | eeffd7f3ca87ab48bd74782f51767f8bd0264b1d (diff) | |
download | tdelibs-9a7c2146e7fc92068433a4eb86f7f92346405792.tar.gz tdelibs-9a7c2146e7fc92068433a4eb86f7f92346405792.zip |
Remove dummy kdemacros.h file
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | tdecore/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tdecore/kdemacros.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tdecore/CMakeLists.txt b/tdecore/CMakeLists.txt index 7fb7cdccf..24348088e 100644 --- a/tdecore/CMakeLists.txt +++ b/tdecore/CMakeLists.txt @@ -73,7 +73,7 @@ install( FILES kmanagerselection.h kmountpoint.h kuser.h klockfile.h kidna.h ktempdir.h kshell.h fixx11h.h kxerrorhandler.h tdelibs_export.h kde_file.h ktimezones.h - ${CMAKE_CURRENT_BINARY_DIR}/tdemacros.h kdemacros.h + ${CMAKE_CURRENT_BINARY_DIR}/tdemacros.h DESTINATION ${INCLUDE_INSTALL_DIR} ) diff --git a/tdecore/kdemacros.h b/tdecore/kdemacros.h deleted file mode 100644 index 73808c60d..000000000 --- a/tdecore/kdemacros.h +++ /dev/null @@ -1 +0,0 @@ -#include <tdemacros.h> |