diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-08-30 21:29:44 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-08-31 18:18:30 +0200 |
commit | 21ec6082f66b6b5eb8ec6d4e9a03b7c3f101a07f (patch) | |
tree | cb36feb1112123ab413722735d47cbf2ed2eefe2 /Makefile | |
parent | add51c0b13a3b2c2c3c35c5b2c87f0931df6ec94 (diff) | |
download | ssh-agent-filter-21ec6082f66b6b5eb8ec6d4e9a03b7c3f101a07f.tar.gz |
Makefile: add libstdc++ to LDFLAGS
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ CXXFLAGS ?= -g -O2 -Wall -Wold-style-cast CXXFLAGS += -std=c++11 -LDFLAGS += -lboost_program_options -lboost_filesystem -lboost_system -lnettle +LDFLAGS += -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lnettle all: ssh-agent-filter.1 afssh.1 |