summaryrefslogtreecommitdiff
path: root/Makefile.mesh
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2019-02-20 15:21:42 -0800
committerBrian Gix <brian.gix@intel.com>2019-02-21 16:21:30 -0800
commit9e6da22ed88f3eceef3862aaae79f9aaa20d3bea (patch)
treeba2d41fc5f549782ff7a79fa60e6d3e2dfee7690 /Makefile.mesh
parentd705d726c66479de136db0945f7077b59fe4e2af (diff)
downloadbluez-9e6da22ed88f3eceef3862aaae79f9aaa20d3bea.tar.gz
mesh: Fix for file naming convention
Diffstat (limited to 'Makefile.mesh')
-rw-r--r--Makefile.mesh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mesh b/Makefile.mesh
index 28c87a061..76e424b92 100644
--- a/Makefile.mesh
+++ b/Makefile.mesh
@@ -5,7 +5,7 @@ dbus_DATA += mesh/bluetooth-mesh.conf
endif
mesh_sources = mesh/mesh.h mesh/mesh.c \
- mesh/net_keys.h mesh/net_keys.c \
+ mesh/net-keys.h mesh/net-keys.c \
mesh/mesh-io.h mesh/mesh-io.c \
mesh/error.h mesh/mesh-io-api.h \
mesh/mesh-io-generic.h \