build: install client.h under mpv/ instead of libmpv/

This commit is contained in:
Alessandro Ghedini 2014-03-11 17:06:06 +01:00 committed by wm4
parent dfc57e6d32
commit 499a67582a
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ def build(ctx):
headers = ["client.h"]
for f in headers:
ctx.install_as(ctx.env.INCDIR + '/libmpv/' + f, 'libmpv/' + f)
ctx.install_as(ctx.env.INCDIR + '/mpv/' + f, 'libmpv/' + f)
ctx.install_as(ctx.env.LIBDIR + '/pkgconfig/mpv.pc', 'libmpv/mpv.pc')