aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
diff options
context:
space:
mode:
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" $< > $@