From b825f3385becccfcde34626f872721301e82f960 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Wed, 26 Apr 2006 11:23:32 -0700 Subject: Add .pc.in files for all the new extension libraries. Generate .pc files from the new .pc.in files in configure.ac. Install the new .pc files in Makefile.am, and add the new .pc.in files to EXTRA_DIST. Based on a patch by Vincent Torri. Changes from that patch: add Requires to the .pc.in files based on the s in the extensions, add a .pc.in file for libXCBxtest, change Name and Description fields to match extension names. --- Makefile.am | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index df93163..53b1585 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,47 @@ SUBDIRS=src tests pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xcb.pc -EXTRA_DIST=xcb.pc.in +pkgconfig_DATA = \ +xcb.pc \ +xcb-composite.pc \ +xcb-damage.pc \ +xcb-dpms.pc \ +xcb-glx.pc \ +xcb-randr.pc \ +xcb-record.pc \ +xcb-render.pc \ +xcb-res.pc \ +xcb-screensaver.pc \ +xcb-shape.pc \ +xcb-shm.pc \ +xcb-sync.pc \ +xcb-xevie.pc \ +xcb-xfree86dri.pc \ +xcb-xfixes.pc \ +xcb-xprint.pc \ +xcb-xtest.pc \ +xcb-xv.pc \ +xcb-xvmc.pc + +EXTRA_DIST = \ +xcb.pc.in \ +xcb-composite.pc.in \ +xcb-damage.pc.in \ +xcb-dpms.pc.in \ +xcb-glx.pc.in \ +xcb-randr.pc.in \ +xcb-record.pc.in \ +xcb-render.pc.in \ +xcb-res.pc.in \ +xcb-screensaver.pc.in \ +xcb-shape.pc.in \ +xcb-shm.pc.in \ +xcb-sync.pc.in \ +xcb-xevie.pc.in \ +xcb-xfree86dri.pc.in \ +xcb-xfixes.pc.in \ +xcb-xprint.pc.in \ +xcb-xtest.pc.in \ +xcb-xv.pc.in \ +xcb-xvmc.pc.in -- cgit v1.2.3