From: Amos Jeffries Date: Fri, 4 Jul 2008 12:09:33 +0000 (+1200) Subject: Cleanups: ident.h not included in daily snapshots X-Git-Tag: SQUID_3_1_0_1~49^2~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57f73353ae80f06bd13abe4ff8913466fa74e4c5;p=thirdparty%2Fsquid.git Cleanups: ident.h not included in daily snapshots self-explaining really. This should get the file incuded as a source which needs bundling. --- diff --git a/src/Makefile.am b/src/Makefile.am index 56b7071b05..734626394d 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -205,7 +205,7 @@ else AIOPS_SOURCE = DiskIO/DiskThreads/aiops.cc endif -IDENT_ALL_SOURCE = ACLIdent.cc ACLIdent.h ident.cc +IDENT_ALL_SOURCE = ACLIdent.cc ACLIdent.h ident.cc ident.h if ENABLE_IDENT IDENT_SOURCE = $(IDENT_ALL_SOURCE) else