build: Drop ell/plugin.[ch]

l_plugin_* APIs were removed from ell
This commit is contained in:
Denis Kenzior 2020-09-16 17:06:41 -05:00
parent 8e9a2fe05d
commit 766257c5d6
1 changed files with 0 additions and 2 deletions

View File

@ -34,7 +34,6 @@ ell_headers = ell/util.h \
ell/io.h \
ell/ringbuf.h \
ell/log.h \
ell/plugin.h \
ell/checksum.h \
ell/netlink.h \
ell/genl.h \
@ -79,7 +78,6 @@ ell_sources = ell/private.h \
ell/io.c \
ell/ringbuf.c \
ell/log.c \
ell/plugin.c \
ell/checksum.c \
ell/netlink-private.h \
ell/netlink.c \