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

Noah Levitt commit@keithp.com
Thu, 08 May 2003 23:06:40 -0700


Committed by: nlevitt

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

Modified Files:
	Makefile.am configure.ac 
Log Message:
Automade handhelds, and a bit of cleanup.

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

Index: configure.ac
===================================================================
RCS file: /local/src/CVS/xcursorgen/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- configure.ac	9 May 2003 05:22:07 -0000	1.3
+++ configure.ac	9 May 2003 06:06:38 -0000	1.4
@@ -88,5 +88,6 @@
 
 AC_OUTPUT([Makefile 
 	   redglass/Makefile
+	   handhelds/Makefile
 	   whiteglass/Makefile])