diff options
author | Michele Calgaro <[email protected]> | 2018-08-15 17:33:48 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-08-15 17:33:48 +0900 |
commit | 23e949441b6dad05ab3dd00ad84a2df2b4a9d730 (patch) | |
tree | 6337e064a3c31c93da25f75b9ef42448e5880443 /kommander | |
parent | 9a0e63020401f11541d46104a01a09e805032223 (diff) | |
download | tdewebdev-23e949441b6dad05ab3dd00ad84a2df2b4a9d730.tar.gz tdewebdev-23e949441b6dad05ab3dd00ad84a2df2b4a9d730.zip |
Removed unnecessary defines for sstream.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kommander')
-rw-r--r-- | kommander/working/plugintemplate/src-Makefile.am | 1 |
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) |