summaryrefslogtreecommitdiff
path: root/lib/libXext/Makefile.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2019-06-19 19:33:31 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2019-06-19 19:33:31 +0000
commitd7cd40dbd636c4559dd2e9fb0df78884405162f2 (patch)
tree635478f10ba3980b52b27789744b2905959deba4 /lib/libXext/Makefile.in
parent1c8c6194f8f770370a866110ec3bf7231dededf0 (diff)
Update to libXext 1.3.4. ok tb@
Diffstat (limited to 'lib/libXext/Makefile.in')
-rw-r--r--lib/libXext/Makefile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/libXext/Makefile.in b/lib/libXext/Makefile.in
index 40b647562..027410b92 100644
--- a/lib/libXext/Makefile.in
+++ b/lib/libXext/Makefile.in
@@ -54,10 +54,13 @@ subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/xext.pc.in $(top_srcdir)/configure AUTHORS COPYING \
- ChangeLog INSTALL config.guess config.sub depcomp install-sh \
- ltmain.sh missing
+ ChangeLog INSTALL compile config.guess config.sub depcomp \
+ install-sh ltmain.sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/ax_gcc_builtin.m4 \
+ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -325,9 +328,11 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = man src specs
+ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xext.pc
MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive