diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-12-19 15:51:00 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-12-19 15:51:00 +0100 |
commit | c53477965b42efe662bb30c5a6ad9049e1a97ab6 (patch) | |
tree | 501463d5f2c9fc40078cd9fe9fbdff0792b53748 /Makefile | |
parent | 127998372577ce6f9640d080bc0e208ddc53f8a9 (diff) | |
parent | 477a0a0f1507413be7a5d2882aba28d01f7e6111 (diff) | |
download | ssh-agent-filter-c53477965b42efe662bb30c5a6ad9049e1a97ab6.tar.gz |
Merge tag '0.3.1' into debian
0.3.1
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 +LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1 |