]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / compat / Makefile.am
index 3bdb363e92c1f9d93a80c0a6334af1e99976afba..85a34dcd833a4b23b11f64d9c9c1886b678e6ec5 100644 (file)
@@ -1,9 +1,16 @@
+## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+
 #
 #  Makefile for the Squid Portability Library
 #
 
 include $(top_srcdir)/src/Common.am
 
+AUTOMAKE_OPTIONS = subdir-objects
 
 # Ideally this would be 100% inline functions and macro wrappers.
 
@@ -25,17 +32,25 @@ libcompat_squid_la_SOURCES = \
        eui64_aton.h \
        eui64_aton.c \
        fdsetsize.h \
+       getaddrinfo.cc \
        getaddrinfo.h \
+       getnameinfo.cc \
        getnameinfo.h \
        GnuRegex.c \
        GnuRegex.h \
+       inet_ntop.cc \
        inet_ntop.h \
+       inet_pton.cc \
        inet_pton.h \
        initgroups.h \
+       memrchr.cc \
+       memrchr.h \
        osdetect.h \
        psignal.h \
        shm.cc \
        shm.h \
+       statvfs.h \
+       statvfs.cc \
        stdio.h \
        stdvarargs.h \
        strnstr.cc \
@@ -81,8 +96,7 @@ TESTS += testPreCompiler
 
 testPreCompiler_SOURCES= \
        testPreCompiler.h \
-       testPreCompiler.cc \
-       $(top_srcdir)/src/tests/testMain.cc
+       testPreCompiler.cc
 testPreCompiler_LDADD= $(SQUID_CPPUNIT_LA) $(SQUID_CPPUNIT_LIBS)
 testPreCompiler_LDFLAGS=