From: Alex Rousskov Date: Thu, 19 Feb 2009 06:13:18 +0000 (-0700) Subject: Fixed gnuregex.h typo to avoid: X-Git-Tag: SQUID_3_2_0_1~1186 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7cc380bef76e6e1d67e9def356365fcc33fbb23a;p=thirdparty%2Fsquid.git Fixed gnuregex.h typo to avoid: No rule to make target `gnuregex.h', needed by `distdir' errors. --- diff --git a/compat/Makefile.am b/compat/Makefile.am index 3336941c88..9d144c5695 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -29,7 +29,6 @@ libcompat_la_SOURCES = \ compat.h \ compat_shared.h \ fdsetsize.h \ - gnuregex.h \ osdetect.h \ stdvarargs.h \ valgrind.h \ @@ -49,6 +48,7 @@ libcompat_la_SOURCES = \ \ assert.cc \ compat.cc \ + GnuRegex.h \ GnuRegex.c