diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-27 12:33:41 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-27 12:33:41 -0700 |
commit | 17c3448f58c1aaf1d89b706dfa00e697061115c7 (patch) | |
tree | 38c430d27bae0c406946c1704883a365d97952d6 /Makefile.am | |
parent | ef18582d83fac146b1a689bd60d580819dba0ffd (diff) |
Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to match libXCBxf86dri, change its Libs line to use -lXCBxf86dri, and change configure.ac and Makefile.am accordingly.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 53b1585..205691b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,7 +17,7 @@ xcb-shape.pc \ xcb-shm.pc \ xcb-sync.pc \ xcb-xevie.pc \ -xcb-xfree86dri.pc \ +xcb-xf86dri.pc \ xcb-xfixes.pc \ xcb-xprint.pc \ xcb-xtest.pc \ @@ -39,7 +39,7 @@ xcb-shape.pc.in \ xcb-shm.pc.in \ xcb-sync.pc.in \ xcb-xevie.pc.in \ -xcb-xfree86dri.pc.in \ +xcb-xf86dri.pc.in \ xcb-xfixes.pc.in \ xcb-xprint.pc.in \ xcb-xtest.pc.in \ |