Update of /cvsroot/gqclient/gq/src
In directory sc8-pr-cvs1:/tmp/cvs-serv8252
Modified Files:
Makefile.am
Log Message:
* Added new source files
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gqclient/gq/src/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** Makefile.am 4 Oct 2003 10:10:47 -0000 1.26
--- Makefile.am 5 Oct 2003 22:25:07 -0000 1.27
***************
*** 42,46 ****
i18n.c \
gq-xml.c \
! xmlparse.c
gq_LDADD = COPYING.o
--- 42,48 ----
i18n.c \
gq-xml.c \
! xmlparse.c \
! xmlutil.c \
! state.c
gq_LDADD = COPYING.o
***************
*** 86,89 ****
--- 88,93 ----
xmlparse.h \
gq-xml.h \
+ state.h \
+ xmlutil.h \
COPYING.h
|