X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/16b8de7089d92bf881bd7daf774fec0b15de87b0..4be8cb2b59106a6c55a235f713cc4ac2ba655df8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4b5312b..676c52b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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.