]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed gnuregex.h typo to avoid:
authorAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 06:13:18 +0000 (23:13 -0700)
committerAlex Rousskov <rousskov@measurement-factory.com>
Thu, 19 Feb 2009 06:13:18 +0000 (23:13 -0700)
No rule to make target `gnuregex.h', needed by `distdir'
errors.

compat/Makefile.am

index 3336941c8886519c22703b9efcaeddd55c2b7fae..9d144c56951a9e547d7d661e64a97670ebc32195 100644 (file)
@@ -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