summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-11-17 14:33:18 +0100
committerTimo Weingärtner <timo@tiwe.de>2013-11-17 14:47:12 +0100
commit38c62a8019f1a19ec93ea16d34fa2f05c702a564 (patch)
treeac81b62e1b7612c22a2b1cf00d91563a90d7856b
parent75b33a7f64d2f04efeeb09f96e9b6be716a65526 (diff)
downloadhadori-38c62a8019f1a19ec93ea16d34fa2f05c702a564.tar.gz
Makefile: add libstdc++ to LDLIBS
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b3cbd47..b480e1c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with hadori. If not, see <http://www.gnu.org/licenses/>.
-LDLIBS=-lboost_program_options
+LDLIBS=-lboost_program_options -lstdc++
CXXFLAGS?=-O2 -Wall
CXXFLAGS+=-std=c++0x
CPPFLAGS+=-D_FILE_OFFSET_BITS=64