diff options
| author | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-12 14:12:37 +0100 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-12 20:42:07 +0100 |
| commit | 7452f1b637276ce582b120f8f5482ae7f3b6bd47 (patch) | |
| tree | d8fcc68191c65fc9267e630d400ee96be3a76856 /Makefile.am | |
| parent | 0f76569b4cecc048974e837c92d4ca806ca3bbac (diff) | |
| download | sssd-7452f1b637276ce582b120f8f5482ae7f3b6bd47.tar.gz sssd-7452f1b637276ce582b120f8f5482ae7f3b6bd47.tar.xz sssd-7452f1b637276ce582b120f8f5482ae7f3b6bd47.zip | |
Include the auth_utils.h header in the distribution
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 3306bbac..ce3f94f6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -368,6 +368,7 @@ dist_noinst_HEADERS = \ src/util/murmurhash3.h \ src/util/mmap_cache.h \ src/util/atomic_io.h \ + src/util/auth_utils.h \ src/monitor/monitor.h \ src/monitor/monitor_interfaces.h \ src/responder/common/responder.h \ |
