[gq-commit] gq/src Makefile.am,1.21,1.22
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-07-12 20:22:18
|
Update of /cvsroot/gqclient/gq/src In directory usw-pr-cvs1:/tmp/cvs-serv2516 Modified Files: Makefile.am Log Message: * Added dtutil.[ch] to the list of source files Index: Makefile.am =================================================================== RCS file: /cvsroot/gqclient/gq/src/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.am 9 Jul 2002 10:43:37 -0000 1.21 --- Makefile.am 12 Jul 2002 20:22:15 -0000 1.22 *************** *** 25,28 **** --- 25,29 ---- debug.c \ syntax.c \ + dtutil.c \ dt_entry.c \ dt_text.c \ *************** *** 61,64 **** --- 62,66 ---- debug.h \ syntax.h \ + dtutil.h \ dt_entry.h \ dt_text.h \ |