]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Include compat files with full path
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 7 Feb 2009 03:14:20 +0000 (16:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 7 Feb 2009 03:14:20 +0000 (16:14 +1300)
34 files changed:
helpers/basic_auth/LDAP/Makefile.am
helpers/basic_auth/MSNT/Makefile.am
helpers/basic_auth/NCSA/Makefile.am
helpers/basic_auth/PAM/Makefile.am
helpers/basic_auth/SASL/Makefile.am
helpers/basic_auth/SMB/Makefile.am
helpers/basic_auth/YP/Makefile.am
helpers/basic_auth/getpwnam/Makefile.am
helpers/basic_auth/mswin_sspi/Makefile.am
helpers/basic_auth/squid_radius_auth/Makefile.am
helpers/digest_auth/eDirectory/Makefile.am
helpers/digest_auth/ldap/Makefile.am
helpers/digest_auth/password/Makefile.am
helpers/external_acl/ip_user/Makefile.am
helpers/external_acl/ldap_group/Makefile.am
helpers/external_acl/mswin_ad_group/Makefile.am
helpers/external_acl/mswin_lm_group/Makefile.am
helpers/external_acl/session/Makefile.am
helpers/external_acl/unix_group/Makefile.am
helpers/ntlm_auth/fakeauth/Makefile.am
helpers/ntlm_auth/mswin_sspi/Makefile.am
helpers/ntlm_auth/smb_lm/Makefile.am
helpers/ntlm_auth/smb_lm/smbval/Makefile.am
include/config.h
src/ICAP/Makefile.am
src/Makefile.am
src/adaptation/Makefile.am
src/auth/Makefile.am
src/eCAP/Makefile.am
src/fs/Makefile.am
src/icmp/Makefile.am
src/ip/Makefile.am
src/repl/Makefile.am
test-suite/Makefile.am

index a721893ff114e246aeb4fb797c264704fb493671..985ba4529abd923528adf62d4630f638f21429f9 100644 (file)
@@ -19,5 +19,5 @@ LDADD = \
        $(XTRA_LIBS)
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include
index 5e68b0bd91a1108c58e9f038c293358b7c19d084..9ef0046a196601e42210a392f3f6968836d2f228 100644 (file)
@@ -30,7 +30,7 @@ sysconf_DATA = \
 LDADD = -L$(top_builddir)/lib -lmiscutil $(XTRA_LIBS) -L$(top_builddir)/libsquid-compat/libsquid-compat.la
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src
 
index f41aaa752a1e049c4f4850eea23b141162c01fb9..97adc869f2df77dae68bcd57650c917625e6d8a4 100644 (file)
@@ -18,6 +18,6 @@ LDADD = \
        $(SSLLIB)
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src
index 321027c0c133ec4f3930b597c9e9c312a50f1064..96c5fa2a5302a7d05040ee05dafe5712a80b93cb 100644 (file)
@@ -11,7 +11,7 @@ EXTRA_DIST            = pam_auth.8
 libexec_PROGRAMS       = pam_auth
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include
 
 LDADD = \
index 5a4030733015e7423f913f7d54c388879bb68d22..b38d8c663daa8a77cc2d92f8cfd66ef3612090b3 100644 (file)
@@ -9,7 +9,7 @@
 libexec_PROGRAMS       = sasl_auth
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include
 
 LDADD = \
index fcb640a1bf96728390026f073e111774ffdab9a3..2486197e82a8f9dd749d59ad2f6481b4a641c256 100644 (file)
@@ -23,7 +23,7 @@ smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_H
 EXTRA_DIST = smb_auth.sh COPYING-2.0
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include
 
 LDADD = \
index 3caad7b3729b3b414c7f35c1d86c222f59a029f6..be4e2f89f05fbc90ef8b9ec9044cc4c50c33d21a 100644 (file)
@@ -9,7 +9,7 @@ libexec_PROGRAMS = yp_auth
 yp_auth_SOURCES        = yp_auth.c nis_support.h nis_support.c
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include
 
 LDADD = \
index 3c0eff0d38fa06e0420537aa90b008c39815bbe8..3144d8666601a855b8884ae40b3d221ba5c2fc3f 100644 (file)
@@ -12,7 +12,7 @@ libexec_PROGRAMS = getpwname_auth
 getpwname_auth_SOURCES = getpwnam_auth.c 
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src
 
index 5bebac8bcc47d1665d9a9dbca855a71fa4910bb8..f636de33ec2359016373d44b2be46e6f5beed2c3 100644 (file)
@@ -18,7 +18,7 @@ LDADD = \
        $(XTRA_LIBS)
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
 
index 5e117c24cd96ba8a39a28c2a8c250cc18738e25d..12fe87963ef05422d410095a77f5a07070035faa 100644 (file)
@@ -16,7 +16,7 @@ squid_radius_auth_SOURCES = \
                        radius-util.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include
 
 LDADD = \
index 3e780bb76625c4cf42762a2fda3ee0b63449befb..34540c697a01e5328be3c7711365f89e254f3756 100644 (file)
@@ -15,7 +15,7 @@ digest_edir_auth_SOURCES = digest_pw_auth.c \
        edir_ldapext.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index b28b4786ae93186fd3928c46c9868d52d9b754a7..8147727964cf40423e74f7bef4f9ec8ac63e1899 100644 (file)
@@ -13,7 +13,7 @@ digest_ldap_auth_SOURCES = digest_pw_auth.c \
        ldap_backend.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index dedc6737af1c2935c4d0d6e7259fa5964563624c..359aaaa86ce51876f6025c2be4fc5483b8228891 100644 (file)
@@ -13,7 +13,7 @@ digest_pw_auth_SOURCES = digest_pw_auth.c \
        text_backend.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index b6943424d067abf1accad30b34e07c625f6e73e8..5b77e91753664c2df89cf3953f001d9eb21febb7 100644 (file)
@@ -24,7 +24,7 @@ EXTRA_DIST = \
 # sysconf_DATA = 
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index 3c5ee69aef016064e7a4dfd514d0b3430d617335..321cd37c42cf63ae991d5abeee495a2d419a480c 100644 (file)
@@ -12,7 +12,7 @@ EXTRA_DIST                    = squid_ldap_group.8
 squid_ldap_group_SOURCES       = squid_ldap_group.c
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index 3e8a66f53f49ef1e3352db164c40b422c24eadf5..5136298c749511fdb4e66b3777cafc2876154596 100644 (file)
@@ -12,7 +12,7 @@ libexec_PROGRAMS = mswin_check_ad_group
 mswin_check_ad_group_SOURCES = mswin_check_ad_group.c mswin_check_ad_group.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include
 
 LDADD = \
index 4fce8e5ff87eb3516946215a1c180552feb9817f..a8c08e6dc59ec28522ef604e4e5f6018e21c3d20 100644 (file)
@@ -12,7 +12,7 @@ libexec_PROGRAMS = mswin_check_lm_group
 mswin_check_lm_group_SOURCES = win32_check_group.c win32_check_group.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
 
index 4ed4e51f0e6bd41281432308442f60335051b400..a2a8963196c55c25922d3e1ee93f1b55203267e5 100644 (file)
@@ -12,7 +12,7 @@ EXTRA_DIST                    = squid_session.8
 squid_session_SOURCES          = squid_session.c
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index 3fb066105c0b9009e9da004e3bc4e319de65eac6..d87720667654c7542a8f6a7f80af4200dcb56173 100644 (file)
@@ -12,7 +12,7 @@ EXTRA_DIST                    = squid_unix_group.8
 squid_unix_group_SOURCES       = check_group.c
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index 8e03d1783dfe75a262231ad1371db31ad38ffe24..fada603be2f5cfaf8bb508765d3b90bebbab78eb 100644 (file)
@@ -10,7 +10,7 @@ libexec_PROGRAMS = fakeauth_auth
 fakeauth_auth_SOURCES  = fakeauth_auth.c ntlm.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index d0eccfd0995e3d211465271c873a967951e53261..af790c60aeb88880827fa82d145b95832f9e5b21 100644 (file)
@@ -9,7 +9,7 @@ libexec_PROGRAMS = mswin_ntlm_auth
 mswin_ntlm_auth_SOURCES = libntlmssp.c ntlm_auth.c ntlm.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index 70e1f1622e0f43895cf9a2856be10c43e42eefc6..516ed7ff597d25110831e95aeddd13a7cec50779 100644 (file)
@@ -8,7 +8,7 @@ libexec_PROGRAMS = ntlm_smb_lm_auth
 ntlm_smb_lm_auth_SOURCES = libntlmssp.c ntlm_smb_lm_auth.c ntlm_smb_lm_auth.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
index 85993914b8babb3f3c33d20bb8cc406be24b28c0..bad9fc9c1d339fd58c2d5cdaef9bf71ad9705738 100644 (file)
@@ -1,7 +1,7 @@
 # makefile for smblib
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include
index e4b401f6f31164afa0fe361dbc574b7b359360b0..5d91c3db40f1bb6093eee76cb476f9a3beaf2cfd 100644 (file)
@@ -55,7 +55,7 @@
  *--------------------------------------------------------------------------*
  ****************************************************************************/
 
-#include "compat.h"
+#include "libsquid-compat/compat.h"
 
 #ifdef USE_POSIX_REGEX
 #ifndef USE_RE_SYNTAX
index f36cdd216ea7aa97f546acdd517e677115729b1e..d9b716308ea82811e7011e5ba45577f2fd577823 100644 (file)
@@ -3,7 +3,7 @@ AM_CXXFLAGS = @SQUID_CXXFLAGS@
 CLEANFILES =
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
         -I$(top_srcdir)/src
index 7b8b6851a5e90062deb3ab42e9c6af159ebc9d7f..7845f4152ed9587dea27f87b94be30191b2500c4 100644 (file)
@@ -211,7 +211,7 @@ noinst_LIBRARIES = @DISK_LIBS@
 noinst_LTLIBRARIES = libsquid.la libauth.la
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/src \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
index f4ddb9a4bb07fc7ef645d9ab9251bdbe78aa0515..dcb27e2b6e04c11004538f996c91f551090b6f6b 100644 (file)
@@ -3,7 +3,7 @@ AM_CXXFLAGS = @SQUID_CXXFLAGS@
 CLEANFILES =
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
         -I$(top_srcdir)/src
index d2725e748043195c750c614e429385399336c46c..70749bc172a0844227e693a3bba9f3718618a87b 100644 (file)
@@ -16,7 +16,7 @@ libntlm_a_SOURCES     = ntlm/auth_ntlm.cc ntlm/auth_ntlm.h
 libnegotiate_a_SOURCES = negotiate/auth_negotiate.cc negotiate/auth_negotiate.h negotiate/negotiateScheme.cc negotiate/negotiateScheme.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
index 98ab01eec10a2e7a74469f48ecb47c4c949cb507..e9d1da4d22ec2804f26beaa2a213536dd5183868 100644 (file)
@@ -23,7 +23,7 @@ libeCAP_la_SOURCES = \
        Registry.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
index 36f3e65e8d71f77c6b13271e4d48f8d5b149257d..a5b20eefd072eaf89c140cb7f96e807c92c5b340 100644 (file)
@@ -29,7 +29,7 @@ EXTRA_DIST = \
        ufs/StoreFSufs.h
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
index e4e8d1e12b4047c17627f45a22e4dd44c9602cc2..c2912c5ce4b8c66c3863ca1cbb3b0cd71c3d650b 100644 (file)
@@ -10,7 +10,7 @@ DEFS = @DEFS@
 CLEANFILES = 
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/src \
        -I$(top_srcdir)/include \
        -I$(top_builddir)/lib \
index d075c3390ab8ce540f05c3450af01dc24b092406..f1a2ce55b8f56e8d86965e3df40710fb25790d3e 100644 (file)
@@ -10,7 +10,7 @@ DEFS = @DEFS@
 CLEANFILES = 
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include \
        -I$(top_builddir)/lib \
        -I$(top_srcdir)/src \
index 303036fc5aa38df2bda2b15614ff52d4b6575117..22a6bb6e654e16030963a98baf2acdcf5b9aa857 100644 (file)
@@ -17,7 +17,7 @@ liblru_a_SOURCES = lru/store_repl_lru.cc
 libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.cc heap/store_repl_heap.cc
 
 INCLUDES = \
-       -I$(top_srcdir)/libsquid-compat \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \
index 9ce219d90ebe34aa7c5c6e4a5ea3cd9b3d0aac05..34c79d5b594e64829a317d4cfb61afba499c7a59 100644 (file)
@@ -9,7 +9,8 @@ AUTOMAKE_OPTIONS = subdir-objects
 AM_CFLAGS = @SQUID_CFLAGS@
 AM_CXXFLAGS = @SQUID_CXXFLAGS@
 
-INCLUDES = -I$(top_srcdir)/libsquid-compat \
+INCLUDES = \
+       -I$(top_srcdir) \
        -I. \
        -I$(top_builddir)/include \
        -I$(top_srcdir)/include \