summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSusant Sahani <susant@redhat.com>2017-04-25 20:30:34 +0530
committerSusant Sahani <susant@redhat.com>2017-04-25 20:30:34 +0530
commit9dfed8dd92cace3687c4050ae59986d4f9101e8d (patch)
tree0eb2aa84ecb2044b3749650bc59313dfce7a69eb /src
parentd5d5e06086734f6406b3ccc522c4951cdc18ca21 (diff)
meson: add geneve to build system
``` [107/1793] Compiling c object 'src/basic/basic@sta/log.c.o' In file included from ../src/basic/log.c:44:0: ../src/basic/missing.h:762:6: warning: "HAVE_DECL_IFLA_GENEVE_LABEL" is not defined, evaluates to 0 [-Wundef] ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [108/1793] Compiling c object 'src/basic/basic@sta/path-util.c.o' In file included from ../src/basic/path-util.c:40:0: ../src/basic/missing.h:762:6: warning: "HAVE_DECL_IFLA_GENEVE_LABEL" is not defined, evaluates to 0 [-Wundef] ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
Diffstat (limited to 'src')
-rw-r--r--src/network/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/meson.build b/src/network/meson.build
index 6bbada397d..94bbb156aa 100644
--- a/src/network/meson.build
+++ b/src/network/meson.build
@@ -25,6 +25,8 @@ sources = files('''
netdev/vrf.h
netdev/vxlan.c
netdev/vxlan.h
+ netdev/geneve.c
+ netdev/geneve.h
networkd-address-pool.c
networkd-address-pool.h
networkd-address.c