[gq-commit] gq/src Makefile.am,1.25,1.26
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2003-10-04 10:10:55
|
Update of /cvsroot/gqclient/gq/src In directory sc8-pr-cvs1:/tmp/cvs-serv7644 Modified Files: Makefile.am Log Message: * Added new source files * Added a test to check if header files are self-contained Index: Makefile.am =================================================================== RCS file: /cvsroot/gqclient/gq/src/Makefile.am,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Makefile.am 30 Sep 2003 17:20:25 -0000 1.25 --- Makefile.am 4 Oct 2003 10:10:47 -0000 1.26 *************** *** 40,44 **** tdefault.c \ browse-dnd.c \ ! i18n.c gq_LDADD = COPYING.o --- 40,46 ---- tdefault.c \ browse-dnd.c \ ! i18n.c \ ! gq-xml.c \ ! xmlparse.c gq_LDADD = COPYING.o *************** *** 81,84 **** --- 83,89 ---- browse-dnd.h \ i18n.h \ + utf8-compat.h \ + xmlparse.h \ + gq-xml.h \ COPYING.h |