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

This commit is contained in:
Alessandro Ghedini
2014-03-11 19:15:42 +01:00
committed by wm4
parent dfc57e6d32
commit 499a67582a
+1 -1
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')