Skip to content

Commit

Permalink
add lua-bson
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed Jul 30, 2013
1 parent 940abe6 commit 8c51540
Show file tree
Hide file tree
Showing 3 changed files with 1,137 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ luaclib/bson.so : lualib-src/lua-bson.c | luaclib
gcc $(CFLAGS) $(SHARED) -Iluacompat $^ -o $@

luaclib/mongo.so : lualib-src/lua-mongo.c | luaclib
gcc $(CFLAGS) $(SHARED) -Iluacompat $^ -o $@ -Iskynet-src
gcc $(CFLAGS) $(SHARED) -Iluacompat $^ -o $@

client : client-src/client.c
gcc $(CFLAGS) $^ -o $@ -lpthread
Expand Down
Loading

0 comments on commit 8c51540

Please sign in to comment.