From 9248a2bbb8a8343664a0ffef0c3875c92640a01d Mon Sep 17 00:00:00 2001 From: takeda kenji Date: Wed, 11 Sep 2013 15:59:41 +0900 Subject: [PATCH] =?utf8?q?25=E8=A1=8C=E7=9B=AE=E3=81=AEprotomod=5Furl.so?= =?utf8?q?=E3=82=92${PROTOMODURL=5FSO}=E3=81=AB=E5=A4=89=E6=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- protocol/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Makefile.am b/protocol/Makefile.am index b80fb84..0325564 100644 --- a/protocol/Makefile.am +++ b/protocol/Makefile.am @@ -22,7 +22,7 @@ libprotomod_url_la_LIBADD = -lrt -lboost_thread-mt libdir = $(L7VS_MODDIR) install: - cp ./.libs/libprotomod_url.so ./.libs/protomod_url.so && \ + cp ./.libs/libprotomod_url.so ./.libs/${PROTOMODURL_SO} && \ $(INSTALL) -m 755 -d $(L7VS_MODDIR) $(INSTALL) -m 755 -D \ ./.libs/${PROTOMODURL_SO} $(L7VS_MODDIR) -- 2.11.0