diff options
author | Günther Deschner <gdeschner@redhat.com> | 2013-03-13 18:49:27 +0100 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2013-04-22 13:06:43 +0200 |
commit | 1d48c59093d8ec0c6cbad947d815232f78d8c192 (patch) | |
tree | dbabce7c664f65d0bbfcad0d7a3c43ecd49b0bb4 | |
parent | 774703bb90c50b7e8b0f8b36e8abc69c5338b61b (diff) | |
download | gss-proxy-master-libndr.tar.gz gss-proxy-master-libndr.tar.xz gss-proxy-master-libndr.zip |
wip: use selfgenerated files.master-libndr
-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 46a57b4..bca4050 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -69,6 +69,7 @@ AM_CPPFLAGS = \ -I$(srcdir) \ -Iinclude \ -I. \ + -Igen_ndr \ $(POPT_CFLAGS) \ $(GSSAPI_CFLAGS) \ $(INI_CFLAGS) \ @@ -88,6 +89,7 @@ if BUILD_SELINUX endif GP_RPCGEN_OBJ = rpcgen/gp_rpc_xdr.c rpcgen/gss_proxy_xdr.c rpcgen/gp_xdr.c +GP_NDR_OBJ = gen_ndr/ndr_gssproxy.c ndr/ndr_gssproxy.c GP_RPCCLI_OBJ = \ src/client/gpm_display_status.c \ src/client/gpm_accept_sec_context.c \ @@ -149,6 +151,7 @@ gssproxy_SOURCES = \ src/gp_workers.c \ src/gp_creds.c \ $(GP_RPCGEN_OBJ) \ + $(GP_NDR_OBJ) \ src/gp_rpc_process.c \ src/gp_rpc_print.c \ src/gp_conv.c \ |