]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Oops. I broke something with strnstr. SQUID_3_0_STABLE5
authorAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 29 Apr 2008 03:17:05 +0000 (21:17 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 29 Apr 2008 03:17:05 +0000 (21:17 -0600)
lib/Makefile.am
lib/Makefile.in

index 0ee91c1eb81ce2105fadc3054e71ec0ac3fa639e..5dacdd852c4ace70bd57ed7107b60d586d2068a1 100644 (file)
@@ -68,7 +68,6 @@ libmiscutil_a_SOURCES = \
        safe_inet_addr.c \
        $(SNPRINTFSOURCE) \
        Splay.cc \
-       strnstr.h \
        strnstr.cc \
        $(STRSEPSOURCE) \
        $(STRTOLLSOURCE) \
index a7e33342fdbe3e55ec828f0f6f864bdeef3c1485..6724774774b23c70b594719c269607de0c138c2e 100644 (file)
@@ -60,8 +60,8 @@ libmiscutil_a_DEPENDENCIES = libTrie/src/Trie.o libTrie/src/TrieNode.o \
 am__libmiscutil_a_SOURCES_DIST = MemPool.cc base64.c getfullhostname.c \
        hash.c heap.c html_quote.c iso3307.c md5.c radix.c rfc1035.c \
        rfc1123.c rfc1738.c rfc2617.c safe_inet_addr.c Splay.cc \
-       strnstr.h strnstr.cc strsep.c strtoll.c stub_memaccount.c \
-       util.c uudecode.c assert.c xusleep.c Profiler.c win32lib.c
+       strnstr.cc strsep.c strtoll.c stub_memaccount.c util.c \
+       uudecode.c assert.c xusleep.c Profiler.c win32lib.c
 @NEED_OWN_STRSEP_TRUE@am__objects_1 = strsep.$(OBJEXT)
 @NEED_OWN_STRTOLL_TRUE@am__objects_2 = strtoll.$(OBJEXT)
 @ENABLE_XPROF_STATS_TRUE@am__objects_3 = Profiler.$(OBJEXT)
@@ -396,7 +396,6 @@ libmiscutil_a_SOURCES = \
        safe_inet_addr.c \
        $(SNPRINTFSOURCE) \
        Splay.cc \
-       strnstr.h \
        strnstr.cc \
        $(STRSEPSOURCE) \
        $(STRTOLLSOURCE) \