]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/automake.mk
auto-attach: Initial support for Auto-Attach standard
[mirror_ovs.git] / lib / automake.mk
index 87441f704b65f21b862d2a4de2566217f16c139e..2acfe18a51d92101742f0e47f6169cbd1d39e7e0 100644 (file)
@@ -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 += \