summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-03-11 17:06:06 +0100
committerwm4 <wm4@nowhere>2014-03-11 19:15:42 +0100
commit499a67582a4e878a139eefbfd9ca44c12db53687 (patch)
tree0b434721cdff5d2aa4a03a97223fa6ab1f55811c /wscript_build.py
parentdfc57e6d32b1000da891083acf78b9c8c6e6f080 (diff)
downloadmpv-499a67582a4e878a139eefbfd9ca44c12db53687.tar.bz2
mpv-499a67582a4e878a139eefbfd9ca44c12db53687.tar.xz
build: install client.h under mpv/ instead of libmpv/
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index b83a8db4d2..aaf4f78873 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -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')