X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/dd6d43a6e256a061ecf9a5fcb43c5e45cc69f3fe..ac50b4b36a1baf59cf195de2c363e7f890ed006d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 8b99a3a..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 @@ -112,7 +113,6 @@ dist-hook:: EXTRA_DIST += config/auto-version - ###-------------------------------------------------------------------------- ### Debian.