mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
Add enrollment functionality
This commit is contained in:
@ -2,12 +2,16 @@ BUILT_SOURCES = manager-dbus-glue.h device-dbus-glue.h
|
||||
noinst_HEADERS = $(BUILT_SOURCES)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
bin_PROGRAMS = demo
|
||||
bin_PROGRAMS = demo enroll
|
||||
|
||||
demo_SOURCES = demo.c
|
||||
demo_CFLAGS = $(AM_CFLAGS) $(DBUS_GLIB_CFLAGS)
|
||||
demo_LDADD = $(DBUS_GLIB_LIBS)
|
||||
|
||||
enroll_SOURCES = enroll.c
|
||||
enroll_CFLAGS = $(AM_CFLAGS) $(DBUS_GLIB_CFLAGS)
|
||||
enroll_LDADD = $(DBUS_GLIB_LIBS)
|
||||
|
||||
manager-dbus-glue.h: ../src/manager.xml
|
||||
dbus-binding-tool --prefix=fprint_manager --mode=glib-client $< --output=$@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user