From 976e779f9cd0571dd2c218580485b39d37bd18a0 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 26 Feb 2010 19:07:24 +0100 Subject: Install headers to $(includedir)/libdrm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoids conflicts with kernel headers. Signed-off-by: Julien Cristau Reviewed-by: RĂ©mi Cardona Signed-off-by: Eric Anholt --- radeon/Makefile.am | 2 +- radeon/libdrm_radeon.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'radeon') diff --git a/radeon/Makefile.am b/radeon/Makefile.am index 29af1df2..de782322 100644 --- a/radeon/Makefile.am +++ b/radeon/Makefile.am @@ -41,7 +41,7 @@ libdrm_radeon_la_SOURCES = \ radeon_bo.c \ radeon_cs.c -libdrm_radeonincludedir = ${includedir}/drm +libdrm_radeonincludedir = ${includedir}/libdrm libdrm_radeoninclude_HEADERS = \ radeon_bo.h \ radeon_cs.h \ diff --git a/radeon/libdrm_radeon.pc.in b/radeon/libdrm_radeon.pc.in index ab703e13..68ef0ab1 100644 --- a/radeon/libdrm_radeon.pc.in +++ b/radeon/libdrm_radeon.pc.in @@ -7,4 +7,4 @@ Name: libdrm_radeon Description: Userspace interface to kernel DRM services for radeon Version: @PACKAGE_VERSION@ Libs: -L${libdir} -ldrm_radeon -Cflags: -I${includedir} -I${includedir}/drm +Cflags: -I${includedir} -I${includedir}/libdrm -- cgit v1.2.3