diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-04 12:07:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-04 12:07:42 +0900 |
| commit | 7d811e2b8b9b2aa2c8df6450bb0a83898dca6d28 (patch) | |
| tree | 95988fa2a339708de071df2e2ad19fb23ef80938 /plugins/stats/Makefile.am | |
| parent | 84f96ac813b0a0367eaf405be298e1abf55cddd3 (diff) | |
| download | ktorrent-7d811e2b.tar.gz ktorrent-7d811e2b.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 286e9fe2ad29b5a1b6520efaed7ed2a54198ae17)
Diffstat (limited to 'plugins/stats/Makefile.am')
| -rw-r--r-- | plugins/stats/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/stats/Makefile.am b/plugins/stats/Makefile.am index 26c69b7..72d7d71 100644 --- a/plugins/stats/Makefile.am +++ b/plugins/stats/Makefile.am @@ -6,8 +6,8 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = ktstatsplugin.la ktstatsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) $(all_libraries) -ktstatsplugin_la_SOURCES = ChartDrawerData.cc ChartDrawer.cc statsspdwgt.ui statsconwgt.ui StatsSpd.cc StatsCon.cc sprefwgt.ui statspluginsettings.kcfgc \ - StatsPluginPrefsPage.cc StatsPluginPrefs.cc statsplugin.cc +ktstatsplugin_la_SOURCES = ChartDrawerData.cpp ChartDrawer.cpp statsspdwgt.ui statsconwgt.ui StatsSpd.cpp StatsCon.cpp sprefwgt.ui statspluginsettings.kcfgc \ + StatsPluginPrefsPage.cpp StatsPluginPrefs.cpp statsplugin.cpp ktstatsplugin_la_LIBADD = $(LIB_QT) ../../libktorrent/libktorrent.la |
