diff options
| author | Günther Deschner <gdeschner@redhat.com> | 2012-10-23 16:19:35 +0200 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2013-04-08 09:27:47 -0400 |
| commit | f5fb025d692e429b9be5aef890179efd1a40e360 (patch) | |
| tree | 42a0519e01a5bf3c5c2bb0e2280abf9023333997 /proxy/Makefile.am | |
| parent | 19d091b9eaddc52d9c33ab0419029603f15db1da (diff) | |
| download | gss-proxy-f5fb025d692e429b9be5aef890179efd1a40e360.tar.gz gss-proxy-f5fb025d692e429b9be5aef890179efd1a40e360.tar.xz gss-proxy-f5fb025d692e429b9be5aef890179efd1a40e360.zip | |
Add dinglibs ini configuration detection and backend.
Signed-off-by: Günther Deschner <gdeschner@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/Makefile.am')
| -rw-r--r-- | proxy/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 79df078..ea16bed 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -71,6 +71,7 @@ AM_CPPFLAGS = \ -I. \ $(POPT_CFLAGS) \ $(GSSAPI_CFLAGS) \ + $(INI_CFLAGS) \ -DLIBDIR=\"$(libdir)\" \ -DVARDIR=\"$(localstatedir)\" \ -DSHLIBEXT=\"$(SHLIBEXT)\" \ @@ -128,6 +129,7 @@ dist_noinst_HEADERS = \ src/gp_conv.h \ src/gp_config.h \ src/gp_config_iniparser.h \ + src/gp_config_dinglibs.h \ src/gp_debug.h \ src/gp_rpc_creds.h \ src/mechglue/gss_plugin.h @@ -140,6 +142,7 @@ dist_noinst_HEADERS = \ gssproxy_SOURCES = \ src/gp_config.c \ src/gp_config_iniparser.c \ + src/gp_config_dinglibs.c \ src/gp_init.c \ src/gp_socket.c \ src/gp_workers.c \ |
