From: mdw Date: Fri, 20 Aug 1999 07:32:23 +0000 (+0000) Subject: New source file `atom.c'. X-Git-Tag: 1.2.6^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/xtoys/commitdiff_plain/23fd6ea344e34da4a32e84386c0125bf996dbb5b New source file `atom.c'. --- diff --git a/Makefile.am b/Makefile.am index 089cc7d..a1fb68a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.am,v 1.6 1999/03/25 23:37:20 mdw Exp $ +## $Id: Makefile.am,v 1.7 1999/08/20 07:32:23 mdw Exp $ ## ## Makefile for X tools ## @@ -28,6 +28,9 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.am,v $ +## Revision 1.7 1999/08/20 07:32:23 mdw +## New source file `atom.c'. +## ## Revision 1.6 1999/03/25 23:37:20 mdw ## Remove absolute dependence on GTK. ## @@ -63,7 +66,7 @@ CLEANFILES = $(GTK_PROGS) INCLUDES = -I$(srcdir)/mLib LDADD = mgLib/libmgLib.a mLib/libmLib.a -xshutdown_SOURCES = xshutdown.c xwait.h +xshutdown_SOURCES = xshutdown.c xwait.h xatom.c xatom.h xshutdown_LDADD = $(LDADD) @GTK_LIBS@ xcatch_SOURCES = xcatch.c @@ -72,10 +75,10 @@ xcatch_LDADD = $(LDADD) @GTK_LIBS@ xgetline_SOURCES = xgetline.c xgetline_LDADD = $(LDADD) @GTK_LIBS@ -xwait_SOURCES = xwait.c xwait.h +xwait_SOURCES = xwait.c xwait.h xatom.c xatom.h xwait_LDADD = $(LDADD) @X_LIBS@ -lX11 -xtell_SOURCES = xtell.c xwait.h +xtell_SOURCES = xtell.c xwait.h xatom.c xatom.h xtell_LDADD = $(LDADD) @X_LIBS@ -lX11 xscsize_SOURCES = xscsize.c