]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / compat / Makefile.am
index 66442375d30c2f68a2ed7c41c9a1fd96860d5de9..9ecfe3bb7934541ecf161469186f1a36a41d29b5 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.
@@ -14,8 +14,8 @@ include $(top_srcdir)/src/Common.am
 
 # Port Specific Configurations
 
-noinst_LTLIBRARIES = libcompat-squid.la
-libcompat_squid_la_SOURCES = \
+noinst_LTLIBRARIES = libcompatsquid.la
+libcompatsquid_la_SOURCES = \
        assert.cc \
        assert.h \
        cmsg.h \
@@ -42,6 +42,7 @@ libcompat_squid_la_SOURCES = \
        initgroups.h \
        memrchr.cc \
        memrchr.h \
+       openssl.h \
        osdetect.h \
        psignal.h \
        shm.cc \
@@ -86,7 +87,7 @@ libcompat_squid_la_SOURCES = \
        os/solaris.h \
        os/sunos.h
 
-libcompat_squid_la_LIBADD= $(LTLIBOBJS)
+libcompatsquid_la_LIBADD= $(LTLIBOBJS)
 
 check_PROGRAMS += testPreCompiler
 TESTS += testPreCompiler
@@ -94,7 +95,7 @@ TESTS += testPreCompiler
 testPreCompiler_SOURCES= \
        testPreCompiler.h \
        testPreCompiler.cc
-testPreCompiler_LDADD= $(SQUID_CPPUNIT_LA) $(SQUID_CPPUNIT_LIBS)
+testPreCompiler_LDADD= $(LIBCPPUNIT_LIBS)
 testPreCompiler_LDFLAGS=
 
 # os/ subdir prevents us using src/TestHeaders.am