xqueryptr.c: Add new program to interrogate the pointer position.
[xtoys] / Makefile.am
index 676c52b..00f9b96 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           = \
@@ -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.