diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-04 14:22:22 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-27 09:02:01 -0500 |
commit | 4c1bf6607060cea867fccf667063c028dfd51e96 (patch) | |
tree | 336fa26e50ad47fa15df2cd3d9a033ed0c0d4403 /Makefile.am | |
parent | 0f7bb438e5615b7bad1158ce437d70f1381e8d5a (diff) | |
download | sssd-4c1bf6607060cea867fccf667063c028dfd51e96.tar.gz sssd-4c1bf6607060cea867fccf667063c028dfd51e96.tar.xz sssd-4c1bf6607060cea867fccf667063c028dfd51e96.zip |
SYSDB: Add sysdb routines for manipulating service entries
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1d241d2ba..93c5ff56a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -323,6 +323,7 @@ dist_noinst_HEADERS = \ src/db/sysdb.h \ src/db/sysdb_sudo.h \ src/db/sysdb_private.h \ + src/db/sysdb_services.h \ src/confdb/confdb.h \ src/confdb/confdb_private.h \ src/confdb/confdb_setup.h \ @@ -380,6 +381,7 @@ libsss_util_la_SOURCES = \ src/db/sysdb_ops.c \ src/db/sysdb_search.c \ src/db/sysdb_upgrade.c \ + src/db/sysdb_services.c \ src/monitor/monitor_sbus.c \ src/providers/dp_auth_util.c \ src/providers/dp_pam_data_util.c \ |