Commit 114f3eb9 by Caroline Tice Committed by Caroline Tice

Update libvtv to install header files in standard

location rather than top level include dir.

From-SVN: r202873
parent aec2eae6
2013-09-24 Caroline Tice <cmtice@google.com>
* Makefile.am: Change libvtv_includedir to the directory used by
the other libraries rather than the top include directory.
* Makefile.in: Regenerated.
2013-09-20 Alan Modra <amodra@gmail.com> 2013-09-20 Alan Modra <amodra@gmail.com>
* configure: Regenerate. * configure: Regenerate.
......
...@@ -51,7 +51,7 @@ vtv_sources = \ ...@@ -51,7 +51,7 @@ vtv_sources = \
vtv_utils.cc \ vtv_utils.cc \
vtv_end.c vtv_end.c
libvtv_includedir = $(includedir) libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
# Link in vtv_start and vtv_end. # Link in vtv_start and vtv_end.
BUILT_SOURCES = vtv_start.c vtv_end.c BUILT_SOURCES = vtv_start.c vtv_end.c
......
...@@ -289,7 +289,7 @@ vtv_sources = \ ...@@ -289,7 +289,7 @@ vtv_sources = \
vtv_utils.cc \ vtv_utils.cc \
vtv_end.c vtv_end.c
libvtv_includedir = $(includedir) libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
# Link in vtv_start and vtv_end. # Link in vtv_start and vtv_end.
BUILT_SOURCES = vtv_start.c vtv_end.c BUILT_SOURCES = vtv_start.c vtv_end.c
......
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