]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix Makefile.am to include fs/forward.h where needed
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 29 Aug 2015 08:06:21 +0000 (10:06 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sat, 29 Aug 2015 08:06:21 +0000 (10:06 +0200)
src/Makefile.am

index f103003313468b7db8a5ecba19f70b48f5ed5220..1b6099ac58a72bd0affaa06493f7ca9309f2fbc4 100644 (file)
@@ -312,6 +312,7 @@ squid_SOURCES = \
        filemap.cc \
        fqdncache.h \
        fqdncache.cc \
+       fs/forward.h \
        FwdState.cc \
        FwdState.h \
        Generic.h \
@@ -1304,6 +1305,7 @@ tests_testCacheManager_SOURCES = \
        filemap.cc \
        fqdncache.h \
        fqdncache.cc \
+       fs/forward.h \
        FwdState.cc \
        FwdState.h \
        gopher.h \
@@ -1505,6 +1507,7 @@ tests_testDiskIO_SOURCES = \
        fde.cc \
        FileMap.h \
        filemap.cc \
+       fs/forward.h \
        HttpBody.h \
        HttpBody.cc \
        HttpHeaderFieldStat.h \
@@ -1734,6 +1737,7 @@ tests_testEvent_SOURCES = \
        filemap.cc \
        fqdncache.h \
        fqdncache.cc \
+       fs/forward.h \
        FwdState.cc \
        FwdState.h \
        gopher.h \
@@ -1977,6 +1981,7 @@ tests_testEventLoop_SOURCES = \
        filemap.cc \
        fqdncache.h \
        fqdncache.cc \
+       fs/forward.h \
        FwdState.cc \
        FwdState.h \
        gopher.h \
@@ -2215,6 +2220,7 @@ tests_test_http_range_SOURCES = \
        filemap.cc \
        fqdncache.h \
        fqdncache.cc \
+       fs/forward.h \
        FwdState.cc \
        FwdState.h \
        gopher.h \
@@ -2539,6 +2545,7 @@ tests_testHttpRequest_SOURCES = \
        fde.cc \
        fqdncache.h \
        fqdncache.cc \
+       fs/forward.h \
        FwdState.cc \
        FwdState.h \
        gopher.h \
@@ -2772,6 +2779,7 @@ tests_testStore_SOURCES= \
        tests/stub_fatal.cc \
        FileMap.h \
        filemap.cc \
+       fs/forward.h \
        HttpHeaderFieldStat.h \
        HttpHdrCc.h \
        HttpHdrCc.cc \
@@ -3016,6 +3024,7 @@ tests_testUfs_SOURCES = \
        disk.cc \
        FileMap.h \
        filemap.cc \
+       fs/forward.h \
        HttpBody.h \
        HttpBody.cc \
        HttpReply.cc \
@@ -3191,6 +3200,7 @@ tests_testRock_SOURCES = \
        fde.cc \
        FileMap.h \
        filemap.cc \
+       fs/forward.h \
        HttpHeaderFieldStat.h \
        HttpBody.h \
        HttpBody.cc \
@@ -3385,6 +3395,7 @@ tests_testURL_SOURCES = \
        filemap.cc \
        fqdncache.h \
        fqdncache.cc \
+       fs/forward.h \
        FwdState.cc \
        FwdState.h \
        gopher.h \