diff options
author | Günther Deschner <gdeschner@redhat.com> | 2012-09-04 12:02:57 +0200 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-09-14 16:53:34 -0400 |
commit | d7c158b33ed65946343f0d8eda7b0c9bc92d0acd (patch) | |
tree | a5831f0424914b312d7a45bc1de880f2e3b3ce1a | |
parent | d273dcc03df00cb048a4fa2debd61d66e4e8b366 (diff) | |
download | gss-proxy-d7c158b33ed65946343f0d8eda7b0c9bc92d0acd.tar.gz gss-proxy-d7c158b33ed65946343f0d8eda7b0c9bc92d0acd.tar.xz gss-proxy-d7c158b33ed65946343f0d8eda7b0c9bc92d0acd.zip |
Makefile: Add src/mechglue/gss_plugin.h to header list.
Acked-by: Simo Sorce <simo@redhat.com>
-rw-r--r-- | proxy/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 056e72b..5b0669d 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -125,7 +125,8 @@ dist_noinst_HEADERS = \ src/gp_export.h \ src/gp_conv.h \ src/gp_debug.h \ - src/gp_rpc_creds.h + src/gp_rpc_creds.h \ + src/mechglue/gss_plugin.h #################### |