main: Split off events loop handling into a separate file

To make it easier to use as an example.
This commit is contained in:
Bastien Nocera
2018-05-25 15:52:10 +02:00
parent 4234902671
commit 8e0c030f62
4 changed files with 225 additions and 168 deletions

View File

@ -24,6 +24,7 @@ libfprintd_la_LDFLAGS = -no-undefined
fprintd_SOURCES = \
main.c \
loop.c loop.h \
file_storage.c file_storage.h storage.h
fprintd_LDADD = libfprintd.la