From 145abc15d57fb29701a12e8a14dcb9c1fd72e9be Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 7 Dec 2020 22:58:44 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro --- ksysguard/gui/Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'ksysguard/gui/Makefile.am') diff --git a/ksysguard/gui/Makefile.am b/ksysguard/gui/Makefile.am index 3259e44f4..0ebad4f77 100644 --- a/ksysguard/gui/Makefile.am +++ b/ksysguard/gui/Makefile.am @@ -22,11 +22,11 @@ bin_PROGRAMS = ksysguard kpm # Which sources should be compiled for ksysguard. ksysguard_SOURCES = \ - SensorBrowser.cc \ - WorkSheet.cc \ - WorkSheetSettings.cc \ - Workspace.cc \ - ksysguard.cc ksysguard.skel + SensorBrowser.cpp \ + WorkSheet.cpp \ + WorkSheetSettings.cpp \ + Workspace.cpp \ + ksysguard.cpp ksysguard.skel ksysguard_LDADD = \ ksgrd/libksgrd.la \ @@ -43,8 +43,8 @@ appdata_DATA = ProcessTable.sgrd SystemLoad.sgrd KSysGuardApplet.xml kde_module_LTLIBRARIES = sysguard_panelapplet.la sysguard_panelapplet_la_SOURCES = \ - KSysGuardApplet.cc \ - KSGAppletSettings.cc + KSysGuardApplet.cpp \ + KSGAppletSettings.cpp sysguard_panelapplet_la_LIBADD = \ ksgrd/libksgrd.la \ @@ -60,4 +60,4 @@ METASOURCES = AUTO messages: rc.cpp $(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp extractattr --attr=display,title SystemLoad.sgrd KSysGuardApplet.xml >> rc.cpp - $(XGETTEXT) `find . -name "*.cpp" -o -name "*.cc"` -o $(podir)/ksysguard.pot + $(XGETTEXT) `find . -name "*.cpp"` -o $(podir)/ksysguard.pot -- cgit v1.2.1