summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2012-09-04 12:02:57 +0200
committerSimo Sorce <simo@redhat.com>2012-10-25 16:00:27 -0400
commit14af3cd9a2bcc00a3c98941c42007032f2e810e3 (patch)
tree839248925b854fdf3444ad23538fdd644814d2c2 /proxy/Makefile.am
parent51f30f5ca6366e73f2338150b16e973dc3091fbf (diff)
downloadgss-proxy-14af3cd9a2bcc00a3c98941c42007032f2e810e3.tar.gz
gss-proxy-14af3cd9a2bcc00a3c98941c42007032f2e810e3.tar.xz
gss-proxy-14af3cd9a2bcc00a3c98941c42007032f2e810e3.zip
Makefile: Add src/mechglue/gss_plugin.h to header list.
Acked-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r--proxy/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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
####################