build: Add fswatch.[ch] from ell

This commit is contained in:
Andrew Zaborowski 2018-07-22 14:15:14 +02:00 committed by Denis Kenzior
parent c6a35d9005
commit 2ca2d080d5
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ 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/dhcp-private.h ell/dhcp-lease.c \
ell/fswatch.h ell/fswatch.c
ell_libell_internal_la_SOURCES = $(ell_sources)