summaryrefslogtreecommitdiffstats
path: root/tdeio/httpfilter/Makefile.am
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:23:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-06 21:24:20 +0900
commit4f99f868f09bbffa2e15733b8b7c78eba07a199e (patch)
tree3fb0957e93160f69f55942fff50a2ad496bf4f4c /tdeio/httpfilter/Makefile.am
parent19f44e5ff3756172540e768fc0d08d761f0c374e (diff)
downloadtdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.tar.gz
tdelibs-4f99f868f09bbffa2e15733b8b7c78eba07a199e.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeio/httpfilter/Makefile.am')
-rw-r--r--tdeio/httpfilter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/httpfilter/Makefile.am b/tdeio/httpfilter/Makefile.am
index 2da25d1b6..b80ed9d71 100644
--- a/tdeio/httpfilter/Makefile.am
+++ b/tdeio/httpfilter/Makefile.am
@@ -1,7 +1,7 @@
AM_CPPFLAGS = $(all_includes)
METASOURCES = AUTO
noinst_LTLIBRARIES = libhttpfilter.la
-libhttpfilter_la_SOURCES = httpfilter.cc
+libhttpfilter_la_SOURCES = httpfilter.cpp
libhttpfilter_la_LIBADD = $(LIBZ)
libhttpfilter_la_LDFLAGS = $(all_libraries)