]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanups: ident.h not included in daily snapshots
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 4 Jul 2008 12:09:33 +0000 (00:09 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 4 Jul 2008 12:09:33 +0000 (00:09 +1200)
self-explaining really. This should get the file incuded as a source
which needs bundling.

src/Makefile.am

index 56b7071b05e6fbd88bd3d058ffaeb321071d403d..734626394d7a3308803abc450a056653218d340f 100755 (executable)
@@ -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