Renamed bucketutils.c -> bucketutils.cxx

This commit is contained in:
curt 1999-02-17 20:52:02 +00:00
parent 505de4703b
commit 739588f9c3
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
noinst_LIBRARIES = libBucket.a
libBucket_a_SOURCES = bucketutils.c bucketutils.h bucketutils.hxx \
libBucket_a_SOURCES = bucketutils.cxx bucketutils.h bucketutils.hxx \
newbucket.cxx newbucket.hxx
bin_PROGRAMS = testbucket

View File

@ -265,6 +265,9 @@ int main() {
// $Log$
// Revision 1.1 1999/02/17 20:52:05 curt
// Renamed bucketutils.c -> bucketutils.cxx
//
// Revision 1.5 1998/12/09 18:48:08 curt
// Use C++ style comments.
//