[Commit] Xcursor Makefile.am,1.1,1.2

Keith Packard commit@keithp.com
Tue, 06 May 2003 10:52:45 -0700


Committed by: keithp

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

Modified Files:
	Makefile.am 
Log Message:
Add xcursorint.h to library sources list


Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/Xcursor/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	6 May 2003 17:49:08 -0000	1.1
+++ Makefile.am	6 May 2003 17:52:43 -0000	1.2
@@ -25,7 +25,7 @@
 
 lib_LTLIBRARIES = libXcursor.la
 
-libXcursor_la_SOURCES = cursor.c display.c file.c library.c xlib.c
+libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c
 
 libXcursor_la_LIBADD = $(XRENDER_LIBS)