From 8b78a8791bc539bcffe7159f9d9714d577cb3d7d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 23 May 2021 20:48:35 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro --- example/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'example/Makefile.am') diff --git a/example/Makefile.am b/example/Makefile.am index 96799ae0..0bcdf91b 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -3,8 +3,8 @@ INCLUDES = $(KOFFICE_INCLUDES) $(all_includes) ## The part kde_module_LTLIBRARIES = libexamplepart.la -libexamplepart_la_SOURCES = example_part.cc \ - example_view.cc example_factory.cc +libexamplepart_la_SOURCES = example_part.cpp \ + example_view.cpp example_factory.cpp libexamplepart_la_LDFLAGS = $(KDE_PLUGIN) libexamplepart_la_LIBADD = $(LIB_KOFFICEUI) @@ -12,7 +12,7 @@ libexamplepart_la_LIBADD = $(LIB_KOFFICEUI) tdeinit_LTLIBRARIES = example.la lib_LTLIBRARIES = bin_PROGRAMS = -example_la_SOURCES = main.cc +example_la_SOURCES = main.cpp example_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) example_la_LIBADD = $(LIB_KOFFICEUI) @@ -32,7 +32,7 @@ rc_DATA = example.rc example_readonly.rc rcdir = $(kde_datadir)/example messages: rc.cpp - $(XGETTEXT) rc.cpp *.cc example_aboutdata.h -o $(podir)/example.pot + $(XGETTEXT) rc.cpp *.cpp example_aboutdata.h -o $(podir)/example.pot kde_services_DATA = examplepart.desktop include $(top_srcdir)/admin/Doxyfile.am -- cgit v1.2.1