Directory structure changes

Made an include directory to avoid naming conflicts with other projects.
Also added a Makefile to help with building the library and testing
application. Note: This does not build due to what appears to be a
missing codec.h file.
This commit is contained in:
John Jones 2016-11-14 08:03:48 -05:00
parent edb7475318
commit 68ca649688
11 changed files with 43 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include "multiaddr.h"
#include "multiaddr/multiaddr.h"
//ADD TO PROTOUTILS.H
int main()