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