diff options
author | Michele Calgaro <[email protected]> | 2024-06-30 19:08:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 12:06:56 +0900 |
commit | 417373531b083515e27868c9baa13282463beffa (patch) | |
tree | 6cf22b76c456bebefb5e6f3b94304d8957118c1a /tdecore/Makefile.am | |
parent | 69ec8f3e01ba724655f4b7e16519f8a4882d3489 (diff) | |
download | tdelibs-417373531b083515e27868c9baa13282463beffa.tar.gz tdelibs-417373531b083515e27868c9baa13282463beffa.zip |
Rename kdemacros.* files to tdemacros.*
A dummy 'kdemacros.h' has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1307964495cdc9a74f7b4aabab14ad9ffaa93dd6)
Diffstat (limited to 'tdecore/Makefile.am')
-rw-r--r-- | tdecore/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/Makefile.am b/tdecore/Makefile.am index 58e74a010..1bc47e379 100644 --- a/tdecore/Makefile.am +++ b/tdecore/Makefile.am @@ -59,7 +59,7 @@ include_HEADERS = tdeconfig.h tdeconfigskeleton.h \ kcalendarsystem.h kcalendarsystemfactory.h kmacroexpander.h \ kmanagerselection.h kmountpoint.h kuser.h klockfile.h \ kidna.h ktempdir.h kshell.h fixx11h.h kxerrorhandler.h tdelibs_export.h \ - kdemacros.h kde_file.h ktimezones.h + tdemacros.h kde_file.h ktimezones.h libtdefakes_la_SOURCES = fakes.c vsnprintf.c libtdefakes_la_LDFLAGS = -version-info 6:0:2 |