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 \
|