From: takeda kenji Date: Wed, 11 Sep 2013 06:59:41 +0000 (+0900) Subject: 25行目のprotomod_url.soを${PROTOMODURL_SO}に変更。 X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=9248a2bbb8a8343664a0ffef0c3875c92640a01d;p=ultramonkey-l7%2Fultramonkey-l7-mod-url.git 25行目のprotomod_url.soを${PROTOMODURL_SO}に変更。 --- 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)