X-Git-Url: https://git.distorted.org.uk/~mdw/xtoys/blobdiff_plain/566df6918473da40008c3871420ba9c44d454110..3d14466036a0aebe10b4d7d52d24c933d944aff4:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a7b0017..089cc7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.5 1998/12/15 23:46:23 mdw Exp $ +## $Id: Makefile.am,v 1.6 1999/03/25 23:37:20 mdw Exp $ ## ## Makefile for X tools ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.6 1999/03/25 23:37:20 mdw +## Remove absolute dependence on GTK. +## ## Revision 1.5 1998/12/15 23:46:23 mdw ## Add `xcatch', and rearrange so that the GTK-based programs are only ## mentioned in the Makefile. @@ -55,6 +58,8 @@ EXTRA_PROGRAMS = $(GTK_PROGS) man_MANS = xwait.1 xtell.1 xshutdown.1 xscsize.1 xgetline.1 xcatch.1 EXTRA_DIST = $(man_MANS) +CLEANFILES = $(GTK_PROGS) + INCLUDES = -I$(srcdir)/mLib LDADD = mgLib/libmgLib.a mLib/libmLib.a