diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-11-02 11:38:40 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-11-02 11:38:40 +0100 |
commit | b05034bc176b38b3b3f31c7a2e1e53b4c16f61e2 (patch) | |
tree | 55cd463c578e078a3d582566c97d27ce79381045 /Makefile | |
parent | d11b2c830b7c7676d9c275d038f6a9593af2a4b8 (diff) | |
download | ssh-agent-filter-b05034bc176b38b3b3f31c7a2e1e53b4c16f61e2.tar.gz |
replace __gnu_cxx::stdio_filebuf with boost::iostreams
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 += -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lnettle +LDFLAGS += -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1 |