diff options
| author | Simo Sorce <simo@redhat.com> | 2011-12-29 02:14:15 -0500 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-03-19 09:45:25 -0400 |
| commit | 5f90993426fa2bdc3b3d994c9e85e0805bb92bbc (patch) | |
| tree | 44903afe8b606e3d74687c37b3905942b022c112 /Makefile.am | |
| parent | 5612634d63d6c07be2b4cb5faa25528b789136a6 (diff) | |
| download | sssd-5f90993426fa2bdc3b3d994c9e85e0805bb92bbc.tar.gz sssd-5f90993426fa2bdc3b3d994c9e85e0805bb92bbc.tar.xz sssd-5f90993426fa2bdc3b3d994c9e85e0805bb92bbc.zip | |
util: Helper headers for shared memory cache
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c2985561f..ab5b6c1ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -328,6 +328,7 @@ dist_noinst_HEADERS = \ src/util/find_uid.h \ src/util/user_info_msg.h \ src/util/murmurhash3.h \ + src/util/mmap_cache.h \ src/monitor/monitor.h \ src/monitor/monitor_interfaces.h \ src/responder/common/responder.h \ |
