diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-21 18:29:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-21 18:29:46 +0000 |
commit | 9bb7198e6ef96a6cef3efb5ed075557fbc3987e7 (patch) | |
tree | bbec92a0c24cb2560afc9b44092ca4da6ad346df /app/xsetroot/Makefile.in | |
parent | ce383627119579f4b9c3cbb7603f236c7931dee0 (diff) |
Update to xsetroot 1.1.2
Diffstat (limited to 'app/xsetroot/Makefile.in')
-rw-r--r-- | app/xsetroot/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xsetroot/Makefile.in b/app/xsetroot/Makefile.in index bc596f1a6..1fdfcb6c3 100644 --- a/app/xsetroot/Makefile.in +++ b/app/xsetroot/Makefile.in @@ -75,8 +75,8 @@ bin_PROGRAMS = xsetroot$(EXEEXT) subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \ - config.sub depcomp install-sh missing + $(top_srcdir)/configure COPYING ChangeLog INSTALL compile \ + config.guess config.sub depcomp install-sh missing ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |