summaryrefslogtreecommitdiff
path: root/src/sensors/colorhug
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2017-07-31 18:17:24 +0100
committerRichard Hughes <richard@hughsie.com>2017-07-31 19:51:13 +0100
commit433a898c056be9d845c70de725a0e0aabad4c42e (patch)
tree8377207b4d693696db4c91123396e45cad333fb4 /src/sensors/colorhug
parenta1a04f2ff1716c0e1a3e80548fa79dd41f13a5f2 (diff)
downloadcolord-433a898c056be9d845c70de725a0e0aabad4c42e.tar.gz
trivial: Use the same names as automake for the modules
Diffstat (limited to 'src/sensors/colorhug')
-rw-r--r--src/sensors/colorhug/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensors/colorhug/meson.build b/src/sensors/colorhug/meson.build
index cb24b91..7c44e6d 100644
--- a/src/sensors/colorhug/meson.build
+++ b/src/sensors/colorhug/meson.build
@@ -1,4 +1,4 @@
-shared_module('cd-sensor-colorhug',
+shared_module('colord_sensor_colorhug',
sources : [
'cd-sensor-colorhug.c',
],