OSDN Git Service

25行目のprotomod_url.soを${PROTOMODURL_SO}に変更。 revise_makescripts
authortakeda kenji <takeda@devenv.(none)>
Wed, 11 Sep 2013 06:59:41 +0000 (15:59 +0900)
committertakeda kenji <takeda@devenv.(none)>
Wed, 11 Sep 2013 06:59:41 +0000 (15:59 +0900)
protocol/Makefile.am

index b80fb84..0325564 100644 (file)
@@ -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)