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:34:23 +0900
commit5b26660180949020e9ca3d224afdda06a9973150 (patch)
treeb0cf27181e265c8132686d19163bcf597645993a
parent0b574752f1889f8b5564395a86343ef5ed882901 (diff)
downloadtdewebdev-5b26660180949020e9ca3d224afdda06a9973150.tar.gz
tdewebdev-5b26660180949020e9ca3d224afdda06a9973150.zip
Removed unnecessary defines for sstream.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 23e949441b6dad05ab3dd00ad84a2df2b4a9d730)
-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)