diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2009-02-18 18:20:41 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2009-02-18 18:20:41 +0000 |
| commit | a08353096de4ae17bc7a242d97f6665353b81061 (patch) | |
| tree | 767052b1b8790c0ab832e5d9027802a00b4efb9a /src/ccapi/server/unix | |
| parent | d9f547b4670abb3aa5cba348ce44cc0c60d57071 (diff) | |
| download | krb5-a08353096de4ae17bc7a242d97f6665353b81061.tar.gz krb5-a08353096de4ae17bc7a242d97f6665353b81061.tar.xz krb5-a08353096de4ae17bc7a242d97f6665353b81061.zip | |
Some fixups and stubs for building ccapi on UNIX, and dependencies.
(Doesn't make a complete working implementation, but it mostly compiles.)
Does *not* include the changes to actually cause the ccapi code to get
built in normal UNIX builds.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22023 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi/server/unix')
| -rw-r--r-- | src/ccapi/server/unix/Makefile.in | 1 | ||||
| -rw-r--r-- | src/ccapi/server/unix/deps | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/ccapi/server/unix/Makefile.in b/src/ccapi/server/unix/Makefile.in index 09b199cae..9f0ae7485 100644 --- a/src/ccapi/server/unix/Makefile.in +++ b/src/ccapi/server/unix/Makefile.in @@ -12,4 +12,3 @@ clean-unix:: clean-libobjs @libobj_frag@ -# +++ Dependency line eater +++ diff --git a/src/ccapi/server/unix/deps b/src/ccapi/server/unix/deps new file mode 100644 index 000000000..2feac3c9d --- /dev/null +++ b/src/ccapi/server/unix/deps @@ -0,0 +1 @@ +# No dependencies here. |
