Update libvtv to install header files in standard

location rather than top level include dir.

From-SVN: r202873
This commit is contained in:
Caroline Tice 2013-09-24 12:29:28 -07:00 committed by Caroline Tice
parent aec2eae65f
commit 114f3eb91d
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
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>
* configure: Regenerate.

View file

@ -51,7 +51,7 @@ vtv_sources = \
vtv_utils.cc \
vtv_end.c
libvtv_includedir = $(includedir)
libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
# Link in vtv_start and vtv_end.
BUILT_SOURCES = vtv_start.c vtv_end.c

View file

@ -289,7 +289,7 @@ vtv_sources = \
vtv_utils.cc \
vtv_end.c
libvtv_includedir = $(includedir)
libvtv_includedir = $(libdir)/gcc/$(target_alias)/$(gcc_version)/include
# Link in vtv_start and vtv_end.
BUILT_SOURCES = vtv_start.c vtv_end.c