diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-10-06 01:11:08 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-10-06 01:12:42 -0700 |
commit | f392680273278b43079302206897f794e60f3c70 (patch) | |
tree | e00a6c74ca41f29756d672f2522143c3253cb4ba | |
parent | f1fcad2e3fd17aaf1294f1d8e9f406fd5b32a863 (diff) |
Actually install x11-xcb.pc, and ship x11-xcb.pc.in
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 27efe8d..aa27e20 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,8 +7,11 @@ SUBDIRS=include $(ORDER) nls man pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = x11.pc +if XCB +pkgconfig_DATA += x11-xcb.pc +endif -EXTRA_DIST=x11.pc.in ChangeLog +EXTRA_DIST=x11.pc.in x11-xcb.pc.in ChangeLog CLEANFILES=ChangeLog |