diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 19:19:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-05-30 19:19:39 +0000 |
commit | c609543baeb9441a4960d26169f6496c2d135d85 (patch) | |
tree | 7c83fb94863bdd5011c7b4da53eba6e77296016e /lib/libX11/Makefile.am | |
parent | 8a451c43839c0f0a10750371d9f75d79b3fe6d59 (diff) |
Update to libx11 1.4.2. Tested by ajacoutot@, jasper@ krw@, landry@,
shadchin@ on various architectures.
Bump major.
Diffstat (limited to 'lib/libX11/Makefile.am')
-rw-r--r-- | lib/libX11/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libX11/Makefile.am b/lib/libX11/Makefile.am index 8729c4486..7ba1fa1ce 100644 --- a/lib/libX11/Makefile.am +++ b/lib/libX11/Makefile.am @@ -8,13 +8,9 @@ SUBDIRS=include $(ORDER) nls man ACLOCAL_AMFLAGS = -I m4 pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = x11.pc -if XCB -pkgconfig_DATA += x11-xcb.pc -endif +pkgconfig_DATA = x11.pc x11-xcb.pc MAINTAINERCLEANFILES = ChangeLog INSTALL -DISTCLEANFILES = doltcompile doltlibtool .PHONY: ChangeLog INSTALL |