diff options
author | Michele Calgaro <[email protected]> | 2020-12-06 21:23:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-12-06 21:24:20 +0900 |
commit | 4f99f868f09bbffa2e15733b8b7c78eba07a199e (patch) | |
tree | 3fb0957e93160f69f55942fff50a2ad496bf4f4c /tdecert/Makefile.am | |
parent | 19f44e5ff3756172540e768fc0d08d761f0c374e (diff) | |
download | tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.tar.gz tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdecert/Makefile.am')
-rw-r--r-- | tdecert/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecert/Makefile.am b/tdecert/Makefile.am index a98232be6..ebd06ce23 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_TQT) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIB_TDECORE) |