]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/ecap/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / adaptation / ecap / Makefile.am
index 3e80f80ac9ed0a1a6bebdf0733ce7d9bb2812067..e8b1a77aeb64ff5bac6ef5c520d491633e9da1f5 100644 (file)
@@ -1,9 +1,16 @@
+## Copyright (C) 1996-2018 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.
+##
+
 include $(top_srcdir)/src/Common.am
 include $(top_srcdir)/src/TestHeaders.am
 
-noinst_LTLIBRARIES = libecap.la
+noinst_LTLIBRARIES = libecapsquid.la
 
-libecap_la_SOURCES = \
+libecapsquid_la_SOURCES = \
        Config.h \
        Config.cc \
        Host.h \
@@ -16,3 +23,7 @@ libecap_la_SOURCES = \
        XactionRep.cc \
        \
        Registry.h
+
+# add libecap using its pkg-config-produced configuration variables
+libecapsquid_la_CXXFLAGS = $(EXT_LIBECAP_CFLAGS)
+libecapsquid_la_LIBADD = $(EXT_LIBECAP_LIBS)