summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-03-01 20:54:21 +0100
committerGuido Günther <agx@sigxcpu.org>2017-03-01 20:54:21 +0100
commit603e37679ece5fd470e6a5998e2e4bc0b81b31ae (patch)
tree083d67707c7ea6063272ae84000c18533fe88514 /cfg.mk
parentbf2fdf7cf8c0a61ea906ceb21d41ffb68a6a048e (diff)
New upstream version 3.1.0-rc2
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg.mk b/cfg.mk
index 69e3f3a1a..aaba61f1d 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1242,3 +1242,6 @@ exclude_file_name_regexp--sc_prohibit_always-defined_macros = \
exclude_file_name_regexp--sc_prohibit_readdir = \
^tests/.*mock\.c$$
+
+exclude_file_name_regexp--sc_prohibit_cross_inclusion = \
+ ^(src/util/virclosecallbacks\.h|src/util/virhostdev\.h)$$