X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/16b8de7089d92bf881bd7daf774fec0b15de87b0..3e878a32d634bc4f779390c59583e552c880f38c:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4b5312b..825e8fd 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 = \ @@ -50,6 +50,7 @@ LDADD = -lX11 $(X_LIBS) bin_PROGRAMS += xscsize dist_man_MANS += xscsize.1 xscsize_SOURCES = xscsize.c +xscsize_LDADD = $(LDADD) $(XRANDR_LIBS) ## xatom. bin_PROGRAMS += xatom @@ -57,6 +58,11 @@ dist_man_MANS += xatom.1 xatom_SOURCES = xatom.c xatom_SOURCES += libxatom.h libxatom.c +## xrepaint. +bin_PROGRAMS += xrepaint +dist_man_MANS += xrepaint.1 +xrepaint_SOURCES = xrepaint.c + ###-------------------------------------------------------------------------- ### Graphical tools in Python. @@ -107,7 +113,6 @@ dist-hook:: EXTRA_DIST += config/auto-version - ###-------------------------------------------------------------------------- ### Debian.