.mailmap: Add file to fix CVS-ish names in history.
[xtoys] / Makefile.am
index 4b5312b..825e8fd 100644 (file)
@@ -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.