Actually install xcb-xlib.pc, and ship xcb-xlib.pc.in in distribution tarballs
authorJosh Triplett <josh@freedesktop.org>
Mon, 25 Sep 2006 11:43:04 +0000 (04:43 -0700)
committerJosh Triplett <josh@freedesktop.org>
Mon, 25 Sep 2006 11:43:04 +0000 (04:43 -0700)
Makefile.am

index 205691b..7f89fba 100644 (file)
@@ -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 \