diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-08-15 17:43:44 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-08-15 17:43:44 +0000 |
commit | 64f0a203397d462cecc5d088e74c9d50d64c5d7c (patch) | |
tree | e0b010d4d75e9939e91555479dfea845e65837a1 /app/xlsatoms/Makefile.in | |
parent | 6251983df2dd963c37f0333fba424b88b1a2199e (diff) |
Update to xlsatoms 1.1.3
Diffstat (limited to 'app/xlsatoms/Makefile.in')
-rw-r--r-- | app/xlsatoms/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/xlsatoms/Makefile.in b/app/xlsatoms/Makefile.in index 8b7630061..0d7929320 100644 --- a/app/xlsatoms/Makefile.in +++ b/app/xlsatoms/Makefile.in @@ -73,7 +73,7 @@ build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = xlsatoms$(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 @@ -314,6 +314,7 @@ xlsatoms_SOURCES = \ xlsatoms.c MAINTAINERCLEANFILES = ChangeLog INSTALL +EXTRA_DIST = README.md all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive |