Update of /cvsroot/basedb/basedb/src/sectionCounter
In directory sc8-pr-cvs1:/tmp/cvs-serv5843/sectionCounter
Modified Files:
Makefile.am
Log Message:
Fixed single # comments to proper automake double ## comments.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/basedb/basedb/src/sectionCounter/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 6 Feb 2003 00:43:36 -0000 1.1
--- Makefile.am 11 Feb 2003 23:36:10 -0000 1.2
***************
*** 1,3 ****
! # $Id$
bin_PROGRAMS = sectionCounter
--- 1,5 ----
! ## Process this file with automake to produce Makefile.in
! ##
! ## $Id$
bin_PROGRAMS = sectionCounter
|