summaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2019-05-31 21:56:08 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2019-05-31 21:56:08 +0200
commitf43788c9473480e127118ec0e614b9faa7eea2e2 (patch)
treee0d8390efcfa952c63d2225f7d4142ebc5053ca1 /src/meson.build
parent7745aa34ad3fd114a0e3d0f89eef145c4736c5f3 (diff)
downloadneco-f43788c9473480e127118ec0e614b9faa7eea2e2.tar
neco-f43788c9473480e127118ec0e614b9faa7eea2e2.zip
device: split out common device settings
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index b359ab4..3cc830c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -4,6 +4,7 @@ src = [
'config-process.c',
'device.c',
'device-bridge.c',
+ 'device-common.c',
'device-interface.c',
'netlink.c',
'vector.c',