[Commit] xcursorgen Makefile.am,1.3,1.4 configure.ac,1.2,1.3

Noah Levitt commit@keithp.com
Thu, 08 May 2003 22:22:09 -0700


Committed by: nlevitt

Update of /local/src/CVS/xcursorgen
In directory home.keithp.com:/tmp/cvs-serv11168

Modified Files:
	Makefile.am configure.ac 
Log Message:
Automakification of whiteglass.

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/xcursorgen/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	9 May 2003 05:07:42 -0000	1.3
+++ Makefile.am	9 May 2003 05:22:07 -0000	1.4
@@ -32,4 +32,4 @@
 EXTRA_DIST = autogen.sh $(man1_MANS)
 
 # make sure xcursorgen gets built before subdirs are attempted
-SUBDIRS = . redglass
+SUBDIRS = . redglass whiteglass

Index: configure.ac
===================================================================
RCS file: /local/src/CVS/xcursorgen/configure.ac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- configure.ac	8 May 2003 07:51:08 -0000	1.2
+++ configure.ac	9 May 2003 05:22:07 -0000	1.3
@@ -86,4 +86,7 @@
 	;;
 esac
 
-AC_OUTPUT([Makefile redglass/Makefile])
+AC_OUTPUT([Makefile 
+	   redglass/Makefile
+	   whiteglass/Makefile])
+