chiark / gitweb /
New source file `atom.c'. 1.2.6
authormdw <mdw>
Fri, 20 Aug 1999 07:32:23 +0000 (07:32 +0000)
committermdw <mdw>
Fri, 20 Aug 1999 07:32:23 +0000 (07:32 +0000)
Makefile.am

index 089cc7ded04528ea015d75b80a44c187928e54cf..a1fb68ae7eff9c2559b87353d8edbd7206d9ec07 100644 (file)
@@ -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