diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 20:04:13 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 23:17:46 +0900 |
commit | a4a424a3f3ace3f8bf7a660125337d1fea5f97fb (patch) | |
tree | 8a3eb2814804b12c4070b05c99aac7fc6a20e9dc | |
parent | a4af7adac7e1fca6fcd8b8d033760f3da43675de (diff) | |
download | tdelibs-a4a424a3f3ace3f8bf7a660125337d1fea5f97fb.tar.gz tdelibs-a4a424a3f3ace3f8bf7a660125337d1fea5f97fb.zip |
Remove dummy kdemacros.h file
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 9a7c2146e7fc92068433a4eb86f7f92346405792)
-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> |