X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/243654c4bf8293284640aedced9914680ea27f10..fc65327b91424c58eee3482916c38e775ce9284f:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 676c52b..00f9b96 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,9 +32,9 @@ CLEANFILES = confsubst = $(srcdir)/config/confsubst EXTRA_DIST += config/confsubst -V_SUBST = $(V_SUBST_$(V)) -V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY)) -V_SUBST_0 = @echo " SUBST $@"; +V_SUBST = $(V_SUBST_@AM_V@) +V_SUBST_ = $(V_SUBST_@AM_DEFAULT_V@) +V_SUBST_0 = @echo " SUBST $@"; SUBST = $(V_SUBST)$(confsubst) SUBSTITUTIONS = \ @@ -58,6 +58,16 @@ dist_man_MANS += xatom.1 xatom_SOURCES = xatom.c xatom_SOURCES += libxatom.h libxatom.c +## xwarpptr. +bin_PROGRAMS += xwarpptr +dist_man_MANS += xwarpptr.1 +xwarpptr_SOURCES = xwarpptr.c + +## xqueryptr. +bin_PROGRAMS += xqueryptr +dist_man_MANS += xqueryptr.1 +xqueryptr_SOURCES = xqueryptr.c + ## xrepaint. bin_PROGRAMS += xrepaint dist_man_MANS += xrepaint.1 @@ -113,7 +123,6 @@ dist-hook:: EXTRA_DIST += config/auto-version - ###-------------------------------------------------------------------------- ### Debian.