summaryrefslogtreecommitdiffstats
path: root/tdecert/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:23:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:34:48 +0900
commit84498d97e27f79e7e919b42bbe54208a02856aaf (patch)
tree8a66f6e1a88bc2304b453796663ae75f20425490 /tdecert/Makefile.am
parent8bc0bc7fc67437fbf757283604104e998ad2fda7 (diff)
downloadtdelibs-84498d97e27f79e7e919b42bbe54208a02856aaf.tar.gz
tdelibs-84498d97e27f79e7e919b42bbe54208a02856aaf.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4f99f868f09bbffa2e15733b8b7c78eba07a199e)
Diffstat (limited to 'tdecert/Makefile.am')
-rw-r--r--tdecert/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecert/Makefile.am b/tdecert/Makefile.am
index e190b83dd..0e306beaf 100644
--- a/tdecert/Makefile.am
+++ b/tdecert/Makefile.am
@@ -2,7 +2,7 @@ INCLUDES= -I$(top_srcdir)/tdeio/kssl -I$(top_builddir)/tdeio/kssl -I$(top_srcdir
kde_module_LTLIBRARIES = libtdecertpart.la
-libtdecertpart_la_SOURCES = tdecertpart.cc
+libtdecertpart_la_SOURCES = tdecertpart.cpp
libtdecertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
libtdecertpart_la_LIBADD = $(LIB_TDEPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIB_TDECORE)