Initial storage implementation

[dsd: changed from /etc/fprint to /var/lib/fprint]
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
Vasily Khoruzhick
2008-04-07 01:12:44 +03:00
committed by Daniel Drake
parent 2a1aa4e0c0
commit 1f54a0c363
8 changed files with 509 additions and 4 deletions

View File

@ -6,7 +6,7 @@ EXTRA_DIST = fprintd.xml
bin_PROGRAMS = fprintd
fprintd_SOURCES = main.c manager.c device.c
fprintd_SOURCES = main.c manager.c device.c file_storage.c
fprintd_LDADD = $(GLIB_LIBS) $(DBUS_GLIB_LIBS) $(FPRINT_LIBS)
fprintd_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS) $(DBUS_GLIB_CFLAGS) $(FPRINT_CFLAGS)