summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-15 17:33:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-15 17:33:48 +0900
commit23e949441b6dad05ab3dd00ad84a2df2b4a9d730 (patch)
tree6337e064a3c31c93da25f75b9ef42448e5880443
parent9a0e63020401f11541d46104a01a09e805032223 (diff)
downloadtdewebdev-23e949441b6dad05ab3dd00ad84a2df2b4a9d730.tar.gz
tdewebdev-23e949441b6dad05ab3dd00ad84a2df2b4a9d730.zip
Removed unnecessary defines for sstream.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kommander/working/plugintemplate/src-Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/kommander/working/plugintemplate/src-Makefile.am b/kommander/working/plugintemplate/src-Makefile.am
index 9b76b839..03a938d2 100644
--- a/kommander/working/plugintemplate/src-Makefile.am
+++ b/kommander/working/plugintemplate/src-Makefile.am
@@ -15,5 +15,4 @@ libkmdr%{APPNAMELC}_la_SOURCES = %{APPNAMELC}.cpp %{APPNAMELC}plugin.cpp
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
-AM_CXXFLAGS= -DHAVE_SSTREAM
AM_CPPFLAGS= $(all_includes)