summaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index 87441f704..2acfe18a5 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -162,6 +162,8 @@ lib_libopenvswitch_la_SOURCES = \
lib/ovs-atomic-pthreads.h \
lib/ovs-atomic-x86_64.h \
lib/ovs-atomic.h \
+ lib/ovs-lldp.c \
+ lib/ovs-lldp.h \
lib/ovs-rcu.c \
lib/ovs-rcu.h \
lib/ovs-router.h \
@@ -267,7 +269,15 @@ lib_libopenvswitch_la_SOURCES = \
lib/vswitch-idl.c \
lib/vswitch-idl.h \
lib/vtep-idl.c \
- lib/vtep-idl.h
+ lib/vtep-idl.h \
+ lib/lldp/aa-structs.h \
+ lib/lldp/lldp.c \
+ lib/lldp/lldp-const.h \
+ lib/lldp/lldp-tlv.h \
+ lib/lldp/lldpd.c \
+ lib/lldp/lldpd.h \
+ lib/lldp/lldpd-structs.c \
+ lib/lldp/lldpd-structs.h
if WIN32
lib_libopenvswitch_la_SOURCES += \