VOM: ACL: Add Object Model for acl ethertype
[vpp.git] / src / vpp-api / vom / Makefile.am
index 2cb7f83..d2a3dde 100644 (file)
@@ -37,6 +37,8 @@ libvom_la_SOURCES =                   \
        types.cpp                       \
        acl_binding_cmds.cpp            \
        acl_binding.cpp                 \
+       acl_ethertype_cmds.cpp          \
+       acl_ethertype.cpp               \
        acl_l2_rule.cpp                 \
        acl_l3_rule.cpp                 \
        acl_list_cmds.cpp               \
@@ -110,6 +112,7 @@ vomincludedir = $(includedir)/vom
 
 vominclude_HEADERS =                   \
        acl_binding.hpp                 \
+       acl_ethertype.hpp               \
        acl_l2_rule.hpp                 \
        acl_l3_rule.hpp                 \
        acl_list.hpp                    \