]> git.meshlink.io Git - meshlink/commitdiff
Import UTCP as a git submodule.
authorGuus Sliepen <guus@meshlink.io>
Sat, 26 Jul 2014 16:47:10 +0000 (18:47 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 26 Jul 2014 16:47:10 +0000 (18:47 +0200)
.gitmodules [new file with mode: 0644]
src/Makefile.am
src/utcp [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..add1976
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "src/utcp"]
+       path = src/utcp
+       url = git://meshlink.io/utcp
index 9a92c422ef4d9fc7842d69fc64ce8bf928ecadf5..c1d887e9759d2e0687bcda210aafd92c01a66bcd 100644 (file)
@@ -28,6 +28,9 @@ chacha_poly1305_SOURCES = \
        chacha-poly1305/chacha-poly1305.c chacha-poly1305/chacha-poly1305.h \
        chacha-poly1305/poly1305.c chacha-poly1305/poly1305.h
 
+utcp_SOURCES = \
+       utcp/utcp.c utcp/utcp.h
+
 sptps_test_SOURCES = \
        crypto.c crypto.h \
        logger.c logger.h \
@@ -99,7 +102,8 @@ libmeshlink_la_SOURCES = \
        utils.c utils.h \
        xalloc.h \
        $(ed25519_SOURCES) \
-       $(chacha_poly1305_SOURCES)
+       $(chacha_poly1305_SOURCES) \
+       $(utcp_SOURCES)
 
 libmeshlink_la_CFLAGS = -fPIC
 
diff --git a/src/utcp b/src/utcp
new file mode 160000 (submodule)
index 0000000..6934880
--- /dev/null
+++ b/src/utcp
@@ -0,0 +1 @@
+Subproject commit 6934880365c13cfebe5806be0f40c4c45a5dcf84