diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-14 22:19:19 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-14 22:19:19 +0000 |
commit | 10bc0e6d7b8c056459928d97e238027b5c016708 (patch) | |
tree | 0d836eb6c379fb7c471f8e0a10db7703e44a3f33 | |
parent | fa615bf684434a31c637eba45ba0fe01906a765e (diff) |
Install xf86drstr.h as well Update the .pc file to include the correct path
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | 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 |