aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-02-23 13:30:20 -0800
committerEric Anholt <eric@anholt.net>2009-02-23 13:30:44 -0800
commita773ce1db8801fcbbdb55b54172c9cd48b92e2d7 (patch)
tree03571655265275a97db1d18738342c2a6317b701 /configure.ac
parent6feac49398d0f037103a4ae3d5a512badeed61fb (diff)
Add libdrm_intel.pc by popular demand.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b37af727..04933c3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,4 +143,5 @@ AC_OUTPUT([
tests/Makefile
tests/modeprint/Makefile
tests/modetest/Makefile
- libdrm.pc])
+ libdrm.pc
+ libdrm_intel.pc])