Dummy Makefile for rxgk
authorBen Kaduk <kaduk@mit.edu>
Fri, 4 Jan 2013 21:16:04 +0000 (16:16 -0500)
committerD Brashear <shadow@your-file-system.com>
Tue, 3 Jun 2014 12:28:11 +0000 (08:28 -0400)
commit231bd022ede3309238d840461dc63a46aaa357e5
tree67102b40c60c156e02a6bac2008b2d38cd47ae85
parentee56e925f0c6484ac58e23ccdd1b1bf1a3760505
Dummy Makefile for rxgk

Include a libtool export symbol list for the shared library, which
only has the client RPC calls and the NewFooSecurityObject primitives
for now, since that's all that's stubbed out.

Also connect the rxgk directory up to be buildable from the root, but
nothing depends on it yet so it will not be built.

Looking ahead, build a libafsrpc_rxgk.la object.

Change-Id: I12ddefbdaa1ad4845649e3a32efdeaaa21b5e9b7
Reviewed-on: http://gerrit.openafs.org/10563
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: D Brashear <shadow@your-file-system.com>
Makefile.in
configure.ac
src/rxgk/.gitignore [new file with mode: 0644]
src/rxgk/Makefile.in [new file with mode: 0644]
src/rxgk/liboafs_rxgk.la.sym [new file with mode: 0644]