From ddf821a5589218dc46a14d3ebf8b845e14db898d Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 29 Jan 2013 16:49:26 +0100 Subject: Include the auth_utils.h header in the distribution --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 01a1abb2a..90c850b3d 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/auth_utils.h \ src/monitor/monitor.h \ src/monitor/monitor_interfaces.h \ src/responder/common/responder.h \ -- cgit