chiark / gitweb /
xqueryptr.c: Add new program to interrogate the pointer position.
[xtoys] / Makefile.am
index dcba7801d6b45c1230461d64567e3fe2bfe2d5fa..00f9b96132d94c4ee5c1b40770bb22d6e19177e9 100644 (file)
@@ -63,6 +63,11 @@ 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