From: takamaru Date: Fri, 13 Feb 2009 05:43:37 +0000 (+0000) Subject: makefile update X-Git-Tag: v3.0.1~6^2~221^2~830 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2e237d816a09265dec8e8bf9691160b3265b934c;p=ultramonkey-l7%2Fultramonkey-l7-v3.git makefile update git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-shamshel@6832 1ed66053-1c2d-0410-8867-f7571e6e31d3 --- diff --git a/module/protocol/Makefile.am b/module/protocol/Makefile.am index 1c5189fd..e7f8d371 100644 --- a/module/protocol/Makefile.am +++ b/module/protocol/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -L7VS_MODDIR = @l7vs_dir@ +L7VS_MODDIR = @l7vs_moddir@ MAX_BUFFER_SIZE = @l7vs_max_buffer_size@ AM_CPPFLAGS = \ -g -O2 -Wall -Werror -fPIC -pthread \ diff --git a/module/schedule/Makefile.am b/module/schedule/Makefile.am index b30019de..5b578b8f 100644 --- a/module/schedule/Makefile.am +++ b/module/schedule/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -L7VS_MODDIR = @l7vs_dir@ +L7VS_MODDIR = @l7vs_moddir@ MAX_BUFFER_SIZE = @l7vs_max_buffer_size@ AM_CPPFLAGS = \ -g -O2 -Wall -Werror -fPIC -pthread \