diff options
author | Michele Calgaro <[email protected]> | 2020-12-11 15:09:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-11 15:23:29 +0900 |
commit | 549f8f8c8f602084a0f73cbe643c673230c00b7e (patch) | |
tree | 4dfc5136857027305779f9fdd9ffbf85a801e6e5 /twin-styles/smooth-blend/client/config/Makefile.am | |
parent | a84182c88d1e2f143850d52f27ddd4ad76c7dc6d (diff) | |
download | tdeartwork-549f8f8c8f602084a0f73cbe643c673230c00b7e.tar.gz tdeartwork-549f8f8c8f602084a0f73cbe643c673230c00b7e.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 52d3841740653d8aa88cbf47ce64e94fa7ac2407)
Diffstat (limited to 'twin-styles/smooth-blend/client/config/Makefile.am')
-rw-r--r-- | twin-styles/smooth-blend/client/config/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin-styles/smooth-blend/client/config/Makefile.am b/twin-styles/smooth-blend/client/config/Makefile.am index ba5cd314..da76909f 100644 --- a/twin-styles/smooth-blend/client/config/Makefile.am +++ b/twin-styles/smooth-blend/client/config/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = $(all_includes) noinst_HEADERS = smoothblendconfig.h kde_module_LTLIBRARIES = twin_smoothblend_config.la -twin_smoothblend_config_la_SOURCES = configdialog.ui smoothblendconfig.cc +twin_smoothblend_config_la_SOURCES = configdialog.ui smoothblendconfig.cpp twin_smoothblend_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx twin_smoothblend_config_la_LIBADD = $(LIB_TDEUI) twin_smoothblend_config_la_METASOURCES = AUTO |