diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-08-29 18:23:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-08-29 18:23:59 +0000 |
commit | dd8941239e7e7f6312d2804a556ae31a5d0a5695 (patch) | |
tree | 4b4dc42f57a3a700d772cf473ad13e3022e443f9 /app/xwd/Makefile.in | |
parent | b72eaa12e584775cc214ee6630f9dc2cf73fdef1 (diff) |
Update to xwd 1.0.8
Diffstat (limited to 'app/xwd/Makefile.in')
-rw-r--r-- | app/xwd/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xwd/Makefile.in b/app/xwd/Makefile.in index cf04e56ca..79d5654cf 100644 --- a/app/xwd/Makefile.in +++ b/app/xwd/Makefile.in @@ -73,7 +73,7 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = xwd$(EXEEXT) subdir = . -DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ +DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure COPYING ChangeLog INSTALL compile \ config.guess config.sub depcomp install-sh missing \ @@ -301,6 +301,7 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -325,6 +326,7 @@ xwd_SOURCES = \ xwd.c MAINTAINERCLEANFILES = ChangeLog INSTALL +EXTRA_DIST = README.md all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |