Update of /cvsroot/wisp/wisp/users
In directory sc8-pr-cvs1:/tmp/cvs-serv25647/users
Modified Files:
Makefile.am
Log Message:
grew Makefile.am:s to the users directory
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/users/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 6 Feb 2003 17:58:36 -0000 1.1
+++ Makefile.am 6 Feb 2003 20:11:39 -0000 1.2
@@ -1,11 +1,10 @@
#### users/Makefile.am for the Wisp interpreter
#
-# Copyleft © 2002 by Andres Soolo (di...@us...)
+# Copyleft © 2003 by Andres Soolo (di...@us...)
# This file is licensed under the GNU GPL v2. If you
# don't know what that means, please do read the GPL.
#
#### @(#) $Id$
EXTRA_DIST = README README.users
-
-all:
+SUBDIRS = dig pisi
|