daemon: Use GDBus to monitor clients

Instead of the custom egg code.
This commit is contained in:
Bastien Nocera
2011-04-18 17:55:13 +01:00
parent c3de292486
commit 2d11e76cb7
5 changed files with 49 additions and 382 deletions

View File

@ -11,7 +11,6 @@ AM_CFLAGS = $(WARN_CFLAGS) $(FPRINT_CFLAGS) $(DAEMON_CFLAGS) -DLOCALEDIR=\""$(da
libfprintd_la_SOURCES = \
manager.c device.c \
egg-dbus-monitor.c egg-dbus-monitor.h \
$(MARSHALFILES) \
fprintd.h
libfprintd_la_LIBADD = $(FPRINT_LIBS) $(DAEMON_LIBS)