Update of /cvsroot/q-lang/q/src
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2474
Modified Files:
Makefile.am
Log Message:
add w3centities.c source to distribution
Index: Makefile.am
===================================================================
RCS file: /cvsroot/q-lang/q/src/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** Makefile.am 21 May 2007 10:33:37 -0000 1.27
--- Makefile.am 16 Jan 2008 09:02:00 -0000 1.28
***************
*** 79,83 ****
libglobs_a_CFLAGS = $(AM_CFLAGS)
! EXTRA_DIST = qld.in Makefile.mingw mingw.h qint.c uchar_props_data.c
CLEANFILES = qld
--- 79,84 ----
libglobs_a_CFLAGS = $(AM_CFLAGS)
! EXTRA_DIST = qld.in Makefile.mingw mingw.h qint.c uchar_props_data.c \
! w3centities.c
CLEANFILES = qld
|