From: hno <> Date: Sat, 11 Mar 2006 05:39:39 +0000 (+0000) Subject: Dist awk versions of the mk-xxx scripts X-Git-Tag: SQUID_3_0_PRE4~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1007e14c26fd0f29d5e49c3c5c01e7174552af7;p=thirdparty%2Fsquid.git Dist awk versions of the mk-xxx scripts --- diff --git a/src/Makefile.am b/src/Makefile.am index 8ecdca2909..4d3599f7a6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.129 2006/02/23 15:31:48 hno Exp $ +# $Id: Makefile.am,v 1.130 2006/03/10 22:39:39 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -809,7 +809,9 @@ EXTRA_DIST = \ cf_gen_defines \ cf.data.pre \ mk-globals-c.pl \ + mk-globals-c.awk \ mk-string-arrays.pl \ + mk-string-arrays.awk \ repl_modules.sh \ mib.txt \ cachemgr.conf \