Skip to content

Commit

Permalink
integrate libsodium as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Dec 13, 2014
1 parent ae85d6f commit bca8a49
Show file tree
Hide file tree
Showing 25 changed files with 3,012 additions and 2,496 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "libsodium"]
path = libsodium
url = https://github.com/jedisct1/libsodium/
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if BUILD_WINCOMPAT
SUBDIRS = libcork libipset libev src
SUBDIRS = libsodium libcork libipset libev src
else
SUBDIRS = libcork libipset libasyncns libev src
SUBDIRS = libsodium libcork libipset libasyncns libev src
endif

ACLOCAL_AMFLAGS = -I m4
Expand Down
Loading

0 comments on commit bca8a49

Please sign in to comment.