From 499a67582a4e878a139eefbfd9ca44c12db53687 Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Tue, 11 Mar 2014 17:06:06 +0100 Subject: build: install client.h under mpv/ instead of libmpv/ --- wscript_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build.py') 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') -- cgit v1.2.3