]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix missing fde linkages
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 18 Feb 2013 07:33:44 +0000 (20:33 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 18 Feb 2013 07:33:44 +0000 (20:33 +1300)
src/Makefile.am

index e6d0b017402640fd4355f83ff308f53d4bac102c..a3a2ef260ccac503b6dc0a6acf553ca304acceaa 100644 (file)
@@ -1644,6 +1644,8 @@ tests_testDiskIO_SOURCES = \
        tests/stub_fatal.cc \
        fd.h \
        fd.cc \
+       fde.h \
+       fde.cc \
        FileMap.h \
        filemap.cc \
        HttpBody.h \
@@ -2906,6 +2908,7 @@ tests_testStore_SOURCES= \
        tests/stub_DiskIOModule.cc \
        tests/stub_errorpage.cc \
        fd.h \
+       fde.h \
        tests/stub_fd.cc \
        tests/stub_helper.cc \
        tests/stub_HelperChildConfig.cc \
@@ -3065,6 +3068,8 @@ tests_testUfs_SOURCES = \
        tests/stub_fatal.cc \
        fd.h \
        fd.cc \
+       fde.h \
+       fde.cc \
        client_db.h \
        disk.h \
        disk.cc \
@@ -3243,6 +3248,8 @@ tests_testRock_SOURCES = \
        tests/stub_fatal.cc \
        fd.h \
        fd.cc \
+       fde.h \
+       fde.cc \
        FileMap.h \
        filemap.cc \
        HttpHeaderFieldStat.h \
@@ -3404,6 +3411,8 @@ tests_testCoss_SOURCES = \
        tests/stub_fatal.cc \
        fd.h \
        fd.cc \
+       fde.h \
+       fde.cc \
        disk.h \
        disk.cc \
        FileMap.h \