From 10bc0e6d7b8c056459928d97e238027b5c016708 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Thu, 14 Jul 2005 22:19:19 +0000 Subject: Install xf86drstr.h as well Update the .pc file to include the correct path --- Makefile.am | 2 +- xf86driproto.pc.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 144f53e..1f77ac9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ xf86dridir = $(includedir)/X11/dri -xf86dri_HEADERS = xf86dri.h +xf86dri_HEADERS = xf86dri.h xf86dristr.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xf86driproto.pc diff --git a/xf86driproto.pc.in b/xf86driproto.pc.in index 995ff4c..b52f9e3 100644 --- a/xf86driproto.pc.in +++ b/xf86driproto.pc.in @@ -6,4 +6,4 @@ includedir=@includedir@ Name: XF86DRIProto Description: XF86DRI extension headers Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} +Cflags: -I${includedir}/X11/dri -- cgit v1.2.1