]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Makefile.am
index 6079e11782d1bfd0931800e8fb82751d3cc6adbf..ad6f14e1bf0e962225d62783cb5d14548021fc7d 100644 (file)
@@ -1,10 +1,16 @@
+## Copyright (C) 1996-2017 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 = libipc.la
 
 libipc_la_SOURCES = \
-       AtomicWord.h \
        FdNotes.cc \
        FdNotes.h \
        Kid.cc \
@@ -12,6 +18,8 @@ libipc_la_SOURCES = \
        Kids.cc \
        Kids.h \
        Messages.h \
+       MemMap.cc \
+       MemMap.h \
        Queue.cc \
        Queue.h \
        ReadWriteLock.cc \
@@ -45,6 +53,7 @@ libipc_la_SOURCES = \
        Request.h \
        Response.h \
        \
+       mem/FlexibleArray.h \
        mem/Page.cc \
        mem/Page.h \
        mem/PagePool.cc \
@@ -53,7 +62,11 @@ libipc_la_SOURCES = \
        mem/Pages.h \
        mem/PageStack.cc \
        mem/PageStack.h \
+       mem/Pointer.h \
        mem/Segment.cc \
        mem/Segment.h
 
-DEFS += -DDEFAULT_PREFIX=\"$(prefix)\"
+DEFS += -DDEFAULT_STATEDIR=\"$(localstatedir)/run/squid\"
+
+install-data-local:
+       $(mkinstalldirs) $(DESTDIR)$(localstatedir)/run/squid;