From bc690484c5a1c51ff63256f3ff2ec3cb29f8736a Mon Sep 17 00:00:00 2001 From: John Mac Date: Thu, 17 Jun 2010 20:32:45 +0800 Subject: [PATCH] Renamed bson_struct to bson-struct to differentiate them from test files. --- mongo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mongo/Makefile b/mongo/Makefile index dfd57d5..ebae423 100644 --- a/mongo/Makefile +++ b/mongo/Makefile @@ -3,7 +3,7 @@ include $(GOROOT)/src/Make.$(GOARCH) TARG=mongo GOFILES=\ bson.go\ - bson_struct.go\ + bson-struct.go\ mongo.go\ -include $(GOROOT)/src/Make.pkg \ No newline at end of file +include $(GOROOT)/src/Make.pkg