summaryrefslogtreecommitdiffstats
path: root/proxy/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-04-12 17:09:06 -0400
committerSimo Sorce <simo@redhat.com>2013-04-23 12:02:50 -0700
commitedf939632c9a1dbab4e769f0c23fe393d7fc8a6a (patch)
treeb6fabfe341663ee072ef6cbe5be7f62e956991fd /proxy/Makefile.am
parent7f8078e906b138dcd34f84e0260cba87b63ca62f (diff)
downloadgss-proxy-edf939632c9a1dbab4e769f0c23fe393d7fc8a6a.tar.gz
gss-proxy-edf939632c9a1dbab4e769f0c23fe393d7fc8a6a.tar.xz
gss-proxy-edf939632c9a1dbab4e769f0c23fe393d7fc8a6a.zip
Add support for per-service sockets
This way different processes running as the same user can be configured as different servervices Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Günther Deschner <gdeschner@redhat.com>
Diffstat (limited to 'proxy/Makefile.am')
-rw-r--r--proxy/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index c814ab8..04027d6 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -154,6 +154,7 @@ gssproxy_SOURCES = \
src/gp_export.c \
src/gp_debug.c \
src/gp_log.c \
+ src/gp_common.c \
src/gp_rpc_accept_sec_context.c \
src/gp_rpc_release_handle.c \
src/gp_rpc_acquire_cred.c \