add missing include path for out-of-tree builds

parent cfba4544
...@@ -63,7 +63,7 @@ $(GEN_TESTS): tbl_vtc.h vtc/.dummy ...@@ -63,7 +63,7 @@ $(GEN_TESTS): tbl_vtc.h vtc/.dummy
ln $< $@.h || cp $< $@.h ln $< $@.h || cp $< $@.h
$(AM_V_GEN) ( echo '#-' && \ $(AM_V_GEN) ( echo '#-' && \
sed < $(top_srcdir)/LICENSE 's:^:# :' && \ sed < $(top_srcdir)/LICENSE 's:^:# :' && \
$(CPP) $@.h | sed '/^#/ d; s:\\n *:\ $(CPP) -I$(srcdir) $@.h | sed '/^#/ d; s:\\n *:\
:g') >$@.tmp :g') >$@.tmp
@rm -f $<.h @rm -f $<.h
mv $@.tmp $@ mv $@.tmp $@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment