build: Remove fswatch.[ch] files from ELL compilation

This commit is contained in:
Marcel Holtmann 2018-10-19 20:11:03 +02:00
parent b197019ae2
commit c9c5cbcd27
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ ell_sources = ell/ell.h ell/private.h ell/missing.h \
ell/dbus-client.h ell/dbus-client.c \
ell/net.h ell/net.c \
ell/dhcp.h ell/dhcp.c ell/dhcp-transport.c \
ell/dhcp-private.h ell/dhcp-lease.c \
ell/fswatch.h ell/fswatch.c
ell/dhcp-private.h ell/dhcp-lease.c
ell_libell_internal_la_SOURCES = $(ell_sources)
endif