diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-09-25 04:43:04 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-09-25 04:43:04 -0700 |
commit | 0d7beff580232d4b7adfc840bcd1cae894b57682 (patch) | |
tree | bdec3a2d45622629974f5f0eb118128c4cb0d3d6 /Makefile.am | |
parent | d04e7777d3547de2cece0734c0b9be49d3ddb88c (diff) |
Actually install xcb-xlib.pc, and ship xcb-xlib.pc.in in distribution tarballs
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 205691b..7f89fba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ xcb.pc \ +xcb-xlib.pc \ xcb-composite.pc \ xcb-damage.pc \ xcb-dpms.pc \ @@ -26,6 +27,7 @@ xcb-xvmc.pc EXTRA_DIST = \ xcb.pc.in \ +xcb-xlib.pc.in \ xcb-composite.pc.in \ xcb-damage.pc.in \ xcb-dpms.pc.in \ |