From 364b3572bab5a9649e8f2d4da835d05d3c8ca7a9 Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Wed, 21 Jan 2015 13:38:06 +0100 Subject: sbus: provide custom error names Errors provided directly by D-Bus are not sufficient to fulfill all our needs. Reviewed-by: Jakub Hrozek --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8a318c2ff..d7c05efd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -549,6 +549,7 @@ dist_noinst_HEADERS = \ src/sbus/sssd_dbus_meta.h \ src/sbus/sssd_dbus_private.h \ src/sbus/sssd_dbus_invokers.h \ + src/sbus/sssd_dbus_errors.h \ src/db/sysdb.h \ src/db/sysdb_sudo.h \ src/db/sysdb_autofs.h \ -- cgit