• R/O
  • HTTP
  • SSH
  • HTTPS

ultramonkey-l7-mod-url: Commit

Protocol Moudule URL for UltraMonkey-L7 V3(This is add on Module)


Commit MetaInfo

Revisión7dcf361795763f350456847cbf85484c586660c6 (tree)
Tiempo2013-09-11 15:56:50
Autortakeda kenji <takeda@deve...>
Commitertakeda kenji

Log Message

PROTOMOD_SONAME -> PROTOMODURL_SO に変更。

Cambiar Resumen

Diferencia incremental

--- a/protocol/Makefile.am
+++ b/protocol/Makefile.am
@@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign
22 L7VS_MODDIR = @l7vs_moddir@
33 L7VS_INCLUDEDIR = @l7vs_includedir@
44 MAX_BUFFER_SIZE = @l7vs_max_buffer_size@
5-PROTOMOD_SONAME = protomod_url.so
5+PROTOMODURL_SO = protomod_url.so
66 AM_CPPFLAGS = \
77 -g -O2 -fno-strict-aliasing -Wall -Werror -fPIC -pthread \
88 -I$(L7VS_INCLUDEDIR) \
@@ -25,7 +25,8 @@ install:
2525 cp ./.libs/libprotomod_url.so ./.libs/protomod_url.so && \
2626 $(INSTALL) -m 755 -d $(L7VS_MODDIR)
2727 $(INSTALL) -m 755 -D \
28- ./.libs/${PROTOMOD_SONAME} $(L7VS_MODDIR)
28+ ./.libs/${PROTOMODURL_SO} $(L7VS_MODDIR)
2929
3030 uninstall:
31- rm -f $(L7VS_MODDIR)/${PROTOMOD_SONAME}
31+ rm -f $(L7VS_MODDIR)/${PROTOMODURL_SO}
32+
Show on old repository browser