[gq-commit] gq/src Makefile.am,1.22,1.23
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-10-11 13:44:23
|
Update of /cvsroot/gqclient/gq/src In directory usw-pr-cvs1:/tmp/cvs-serv23977 Modified Files: Makefile.am Log Message: * Added i18n.c (implementation of S_) to the list of C-files Index: Makefile.am =================================================================== RCS file: /cvsroot/gqclient/gq/src/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Makefile.am 12 Jul 2002 20:22:15 -0000 1.22 --- Makefile.am 11 Oct 2002 13:44:19 -0000 1.23 *************** *** 39,43 **** ldapops.c \ tdefault.c \ ! browse-dnd.c noinst_HEADERS = \ --- 39,44 ---- ldapops.c \ tdefault.c \ ! browse-dnd.c \ ! i18n.c noinst_HEADERS = \ |