Move RPC header files to include/gssrpc, which we copy to them at
authorKen Raeburn <raeburn@mit.edu>
Sat, 16 Sep 2006 01:32:40 +0000 (01:32 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 16 Sep 2006 01:32:40 +0000 (01:32 +0000)
commit7b1599ea0a919d2ae17c3e7e856d15caf8280643
tree69f91bc160e9480a70148d5188b5078478173a52
parent9ad1c2e3e90fc0844c32bc4078e42992739e96d5
Move RPC header files to include/gssrpc, which we copy to them at
build time, and which is the only place we use them from anyways.
Update Makefile references and dependencies.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18589 dc483132-0cff-0310-8789-dd5450dbe970
30 files changed:
src/configure.in
src/include/gssrpc/auth.h [moved from src/lib/rpc/auth.h with 100% similarity]
src/include/gssrpc/auth_gss.h [moved from src/lib/rpc/auth_gss.h with 100% similarity]
src/include/gssrpc/auth_gssapi.h [moved from src/lib/rpc/auth_gssapi.h with 100% similarity]
src/include/gssrpc/auth_unix.h [moved from src/lib/rpc/auth_unix.h with 100% similarity]
src/include/gssrpc/clnt.h [moved from src/lib/rpc/clnt.h with 100% similarity]
src/include/gssrpc/netdb.h [moved from src/lib/rpc/netdb.h with 100% similarity]
src/include/gssrpc/pmap_clnt.h [moved from src/lib/rpc/pmap_clnt.h with 100% similarity]
src/include/gssrpc/pmap_prot.h [moved from src/lib/rpc/pmap_prot.h with 100% similarity]
src/include/gssrpc/pmap_rmt.h [moved from src/lib/rpc/pmap_rmt.h with 100% similarity]
src/include/gssrpc/rename.h [moved from src/lib/rpc/rename.h with 100% similarity]
src/include/gssrpc/rpc.h [moved from src/lib/rpc/rpc.h with 100% similarity]
src/include/gssrpc/rpc_msg.h [moved from src/lib/rpc/rpc_msg.h with 100% similarity]
src/include/gssrpc/svc.h [moved from src/lib/rpc/svc.h with 100% similarity]
src/include/gssrpc/svc_auth.h [moved from src/lib/rpc/svc_auth.h with 100% similarity]
src/include/gssrpc/types.hin [moved from src/lib/rpc/types.hin with 100% similarity]
src/include/gssrpc/xdr.h [moved from src/lib/rpc/xdr.h with 100% similarity]
src/kadmin/cli/Makefile.in
src/kadmin/dbutil/Makefile.in
src/kadmin/passwd/Makefile.in
src/kadmin/server/Makefile.in
src/kadmin/testing/util/Makefile.in
src/krb524/Makefile.in
src/lib/kadm5/Makefile.in
src/lib/kadm5/clnt/Makefile.in
src/lib/kadm5/srv/Makefile.in
src/lib/kadm5/unit-test/Makefile.in
src/lib/rpc/Makefile.in
src/lib/rpc/unit-test/Makefile.in
src/plugins/kdb/db2/Makefile.in