New file: mdwfocus.c
authormdw <mdw>
Thu, 3 Dec 1998 00:37:19 +0000 (00:37 +0000)
committermdw <mdw>
Thu, 3 Dec 1998 00:37:19 +0000 (00:37 +0000)
Makefile.am

index e7411e6..1ace8a4 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.2 1998/11/21 22:27:21 mdw Exp $
+## $Id: Makefile.am,v 1.3 1998/12/03 00:37:19 mdw Exp $
 ##
 ## Makefile for X tools
 ##
@@ -28,6 +28,9 @@
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.3  1998/12/03 00:37:19  mdw
+## New file: mdwfocus.c
+##
 ## Revision 1.2  1998/11/21 22:27:21  mdw
 ## Change build structure a bit: put common code in a library.
 ##
@@ -44,10 +47,10 @@ EXTRA_PROGRAMS = xshutdown xgetline
 man_MANS = xwait.1 xtell.1 xshutdown.1 xscsize.1 xgetline.1
 EXTRA_DIST = $(man_MANS)
 
-xshutdown_SOURCES = xshutdown.c xwait.h
+xshutdown_SOURCES = xshutdown.c xwait.h mdwfocus.c mdwfocus.h
 xshutdown_LDADD = libxtoys.a @GTK_LIBS@
 
-xgetline_SOURCES = xgetline.c
+xgetline_SOURCES = xgetline.c mdwfocus.c mdwfocus.h
 xgetline_LDADD = libxtoys.a @GTK_LIBS@
 
 xwait_SOURCES = xwait.c xwait.h