diff options
author | Simo Sorce <simo@redhat.com> | 2012-02-05 17:55:12 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-02-05 20:43:14 -0500 |
commit | 64333b5f110d557771ef561d16df43349240754d (patch) | |
tree | 239fd0de9e5885578bda39d08c7a648d871174d4 /proxy/Makefile.am | |
parent | b37057fddbe7732724b376d2d5f8608d17012a4e (diff) | |
download | gss-proxy-64333b5f110d557771ef561d16df43349240754d.tar.gz gss-proxy-64333b5f110d557771ef561d16df43349240754d.tar.xz gss-proxy-64333b5f110d557771ef561d16df43349240754d.zip |
Add tests for indicate_mechs functions
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r-- | proxy/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index aad1577..ee82efd 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -114,6 +114,7 @@ gssproxy_SOURCES = \ accept_context_SOURCES = \ src/gp_config.c \ src/gp_conv.c \ + src/gp_debug.c \ $(GP_RPCGEN_OBJ) \ $(GP_MECHGLUE_OBJ) \ tests/accept_context.c |