Update libvtv to install header files in standard
location rather than top level include dir. From-SVN: r202873
This commit is contained in:
parent
aec2eae65f
commit
114f3eb91d
3 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue