]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/external_acl/ip_user/Makefile.am
Detach automke system from using -I.
[thirdparty/squid.git] / helpers / external_acl / ip_user / Makefile.am
index 870b3a163c47c444868213e9d70e082b8bd28c6f..7361cb4aaa0e4a72a2b69a864e919fa5bd0cf08d 100644 (file)
@@ -6,6 +6,11 @@
 #  Uncomment and customize the following to suit your needs:
 #
 
+include $(top_srcdir)/src/Common.am
+
+## we need our local files too (but avoid -I. at all costs)
+INCLUDES += -I$(srcdir)
+
 
 libexec_PROGRAMS = ip_user_check
 
@@ -21,14 +26,6 @@ EXTRA_DIST = \
        license \
        README
 
-# sysconf_DATA = 
-
-INCLUDES = \
-       -I$(top_srcdir) \
-       -I. \
-       -I$(top_builddir)/include \
-       -I$(top_srcdir)/include
-
 LDADD = \
        $(top_builddir)/compat/libcompat.la \
        -L$(top_builddir)/lib -lmiscutil \