aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:29:13 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2011-06-04 21:29:13 +0000
commitd2dea019000831450539bd89c77ea6f32d4681a1 (patch)
tree93b79abdc5713969fe4a05f869c43d077f9a13d3 /Makefile.am.inc
parent311f9acfd5b610444e5545db929ae630789b7be6 (diff)
Use more include dirs for ABI dumping to make preprocessor happier.
svn path=/trunk/; revision=37544
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r--Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc
index 9ed0ab2c87..a7ad8e6b50 100644
--- a/Makefile.am.inc
+++ b/Makefile.am.inc
@@ -28,6 +28,6 @@
$(AWK) '/^EXPORTS$$/ {next;}; ${def_sym_filter_symbols} /^[^;]/ { print $$1;}' < $< > $@
# abi-compliance-checker descriptor
-INCLUDE_DIRS = $(subst -I,NEWLINE,$(filter -I%, $(CFLAGS)))
+INCLUDE_DIRS = $(subst -I,NEWLINE,$(filter -I%, $(CFLAGS) -I$(abs_top_srcdir) -I$(abs_srcdir)))
abi-descriptor.xml: ../abi-descriptor.template
sed "s|INCLUDE_DIRS|$(INCLUDE_DIRS)|g;s/NEWLINE/\n /g" $< > $@