Skip to content

Commit

Permalink
Fix LMDB path
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiySW committed Jul 31, 2017
1 parent 4b3e523 commit 4c1ad58
Show file tree
Hide file tree
Showing 30 changed files with 5 additions and 16,083 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ add_library (xxhash
xxhash/xxhash.h)

add_library (lmdb
liblmdb/lmdb.h
liblmdb/mdb.c
liblmdb/midl.c)
lmdb/libraries/liblmdb/lmdb.h
lmdb/libraries/liblmdb/mdb.c
lmdb/libraries/liblmdb/midl.c)

add_library (blake2
blake2/blake2-config.h
Expand Down
23 changes: 0 additions & 23 deletions liblmdb/.gitignore

This file was deleted.

145 changes: 0 additions & 145 deletions liblmdb/CHANGES

This file was deleted.

20 changes: 0 additions & 20 deletions liblmdb/COPYRIGHT

This file was deleted.

Loading

0 comments on commit 4c1ad58

Please sign in to comment.