D-Bus activation

Provide .conf and .service files for D-Bus to use, allowing fprintd to be
autostarted
This commit is contained in:
Bastien Nocera
2008-05-13 17:38:55 +01:00
committed by Daniel Drake
parent 1f54a0c363
commit aff2f2aacc
6 changed files with 35 additions and 3 deletions

View File

@ -4,7 +4,7 @@ noinst_HEADERS = $(BUILT_SOURCES)
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = fprintd.xml
bin_PROGRAMS = fprintd
libexec_PROGRAMS = fprintd
fprintd_SOURCES = main.c manager.c device.c file_storage.c
fprintd_LDADD = $(GLIB_LIBS) $(DBUS_GLIB_LIBS) $(FPRINT_LIBS)