From: Francesco Chemolli Date: Sat, 29 Aug 2015 08:06:21 +0000 (+0200) Subject: Fix Makefile.am to include fs/forward.h where needed X-Git-Tag: SQUID_4_0_1~81^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=692f048681e933a685c5f45b67d6473b543b934e;p=thirdparty%2Fsquid.git Fix Makefile.am to include fs/forward.h where needed --- diff --git a/src/Makefile.am b/src/Makefile.am index f103003313..1b6099ac58 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \