From 14af3cd9a2bcc00a3c98941c42007032f2e810e3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 4 Sep 2012 12:02:57 +0200 Subject: Makefile: Add src/mechglue/gss_plugin.h to header list. Acked-by: Simo Sorce --- proxy/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 001e4e3..a836a89 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -126,7 +126,8 @@ dist_noinst_HEADERS = \ src/gp_conv.h \ src/gp_ring_buffer.h \ src/gp_debug.h \ - src/gp_rpc_creds.h + src/gp_rpc_creds.h \ + src/mechglue/gss_plugin.h #################### -- cgit