summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-23 17:57:58 -0500
committerSimo Sorce <simo@redhat.com>2012-04-05 11:20:33 -0400
commit34d8ca04e148263ffd4860718652eb474087f848 (patch)
tree10af3408150ec6dc1515d88f94c63afccec3245d /proxy/Makefile.am
parent99d24402236ab621f8c03fdba49e7a75e38263a5 (diff)
downloadgss-proxy-34d8ca04e148263ffd4860718652eb474087f848.tar.gz
gss-proxy-34d8ca04e148263ffd4860718652eb474087f848.tar.xz
gss-proxy-34d8ca04e148263ffd4860718652eb474087f848.zip
creds: add code to import krb5 credentials based on configuration.
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r--proxy/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index 8519285..6f34402 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -20,6 +20,7 @@ gsspconfdir = $(sysconfdir)/gssproxy
localedir = @localedir@
pidpath = @pidpath@
+ccpath = @ccpath@
pipepath = @pipepath@
initdir = @initdir@
systemdunitdir = @systemdunitdir@
@@ -102,6 +103,7 @@ gssproxy_SOURCES = \
src/gp_init.c \
src/gp_socket.c \
src/gp_workers.c \
+ src/gp_creds.c \
$(GP_RPCGEN_OBJ) \
src/gp_rpc_process.c \
src/gp_conv.c \