summaryrefslogtreecommitdiffstats
path: root/conduits/null/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 19:05:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-05-29 20:15:41 +0900
commite26dfc7231f9853935c9d392041a9bdc578f8013 (patch)
tree82429334cf31b0cf1bf121222d8349447f901446 /conduits/null/Makefile.am
parent6dcc291edfdc3832f6e1eb8bcdce8fff79b0a449 (diff)
downloadkpilot-e26dfc72.tar.gz
kpilot-e26dfc72.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 66abbed5e08370412b81be1628590898ceeeb604)
Diffstat (limited to 'conduits/null/Makefile.am')
-rw-r--r--conduits/null/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/null/Makefile.am b/conduits/null/Makefile.am
index 4851f52..e5d1400 100644
--- a/conduits/null/Makefile.am
+++ b/conduits/null/Makefile.am
@@ -8,7 +8,7 @@ service_DATA = null-conduit.desktop
kde_module_LTLIBRARIES = conduit_null.la
-conduit_null_la_SOURCES = nullSettings.kcfgc setup_base.ui null-conduit.cc null-factory.cc
+conduit_null_la_SOURCES = nullSettings.kcfgc setup_base.ui null-conduit.cpp null-factory.cpp
conduit_null_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(PISOCK_LIB) $(LIB_QT) -ltdecore -ltdeio -ltdeui
conduit_null_la_LIBADD = ../../lib/libkpilot.la $(LIB_TDEUI)