mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
Initial commit
This commit is contained in:
14
examples/Makefile.am
Normal file
14
examples/Makefile.am
Normal file
@ -0,0 +1,14 @@
|
||||
BUILT_SOURCES = client-bindings.h
|
||||
noinst_HEADERS = $(BUILT_SOURCES)
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
bin_PROGRAMS = demo
|
||||
|
||||
demo_SOURCES = demo.c
|
||||
demo_CFLAGS = $(AM_CFLAGS) $(DBUS_GLIB_CFLAGS)
|
||||
demo_LDADD = $(DBUS_GLIB_LIBS)
|
||||
|
||||
client-bindings.h: ../src/fprintd.xml
|
||||
dbus-binding-tool --prefix=fprint --mode=glib-client $< --output=$@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user