Diff between 5f190061a09567ba451e5420f2bde5bad70be955 and 8eda0a753507903a13af27a69df19cddf9bec23f

Changed Files

File Additions Deletions Status
Makefile.mesh +1 -1 modified

Full Patch

diff --git a/Makefile.mesh b/Makefile.mesh
index 4de22ba..9cc5b5e 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -10,7 +10,7 @@ mesh_sources = mesh/mesh.h mesh/mesh.c \
 				mesh/display.h mesh/display.c \
 				mesh/crypto.h mesh/crypto.c \
 				mesh/friend.h mesh/friend.c \
-				mesh/appkey.c \
+				mesh/appkey.h mesh/appkey.c \
 				mesh/node.h mesh/node.c \
 				mesh/prov.h mesh/prov.c \
 				mesh/provision.h mesh/provision.c \