aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am.inc
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2013-02-24 21:14:17 +0000
committerBalint Reczey <balint@balintreczey.hu>2013-02-24 21:14:17 +0000
commite1d24fdb49f56cd1ff8d10c3c55699ebc4a7e20c (patch)
tree9212aa3422f0a299b13bfd875335f70d7c0f9cad /Makefile.am.inc
parent8fdfd9b612ce0d56b7c164c07d0c75b7be89d98a (diff)
Generate abi-descriptor.xml-s in CMake builds
svn path=/trunk/; revision=47865
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 bc287bb292..fd4fb17f1c 100644
--- a/Makefile.am.inc
+++ b/Makefile.am.inc
@@ -48,4 +48,4 @@ am__v_SED_0 = @echo " SED " $@;
# abi-compliance-checker descriptor
INCLUDE_DIRS = $(subst -I,NEWLINE,$(filter -I%, $(CFLAGS) -I$(abs_top_srcdir) -I$(abs_srcdir)))
abi-descriptor.xml: ../abi-descriptor.template
- $(AM_V_SED)sed "s|INCLUDE_DIRS|$(INCLUDE_DIRS)|g;s/NEWLINE/\n /g" $< > $@
+ $(AM_V_SED)sed "s|@INCLUDE_DIRS@|$(INCLUDE_DIRS)|g;s/NEWLINE/\n /g" $< > $@