X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/47747dbe04f28a3f2d4748780a088f8309fc2990..d0499b4efd7fd2731d1b6fbe10e7503709f7501a:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 8938af7..b724114 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.11 2004/04/08 01:36:29 mdw Exp $ +## $Id$ ## ## Makefile for X tools ## @@ -27,9 +27,10 @@ AUTOMAKE_OPTIONS = foreign -GTK_PROGS = xshutdown xgetline xcatch xmsg +GTK_PROGS = \ + xshutdown$(EXEEXT) xgetline$(EXEEXT) xcatch$(EXEEXT) xmsg$(EXEEXT) bin_PROGRAMS = xwait xtell xscsize @GTK_PROGS@ -EXTRA_PROGRAMS = $(GTK_PROGS) +EXTRA_PROGRAMS = xshutdown xgetline xcatch xmsg man_MANS = xwait.1 xtell.1 xshutdown.1 xscsize.1 xgetline.1 xcatch.1 xmsg.1 EXTRA_DIST = \ $(man_MANS) \