diff options
author | Jeremy Kolb <jkolb@brandeis.edu> | 2006-10-12 23:52:59 -0400 |
---|---|---|
committer | Jeremy Kolb <jkolb@brandeis.edu> | 2006-10-12 23:52:59 -0400 |
commit | c1504691ec2786594e8ffc33f3962f460f041971 (patch) | |
tree | 3a2eebcccb124eb01b3e22f800aa5f0f50e3cf88 /Makefile.am | |
parent | 7f74dd6b643f7769701c31587bf3cfa9c5a8e980 (diff) |
Add library support for xcb-xinerama.
This is version 1.1 of the Xinerama (PanoramiX) extension.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7f89fba..b9f7a1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ xcb-sync.pc \ xcb-xevie.pc \ xcb-xf86dri.pc \ xcb-xfixes.pc \ +xcb-xinerama.pc \ xcb-xprint.pc \ xcb-xtest.pc \ xcb-xv.pc \ @@ -41,6 +42,7 @@ xcb-shape.pc.in \ xcb-shm.pc.in \ xcb-sync.pc.in \ xcb-xevie.pc.in \ +xcb-xinerama.pc.in \ xcb-xf86dri.pc.in \ xcb-xfixes.pc.in \ xcb-xprint.pc.in \ |