diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-09 09:24:45 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-09 09:24:45 +0000 |
| commit | 17f01907383ce3f918a5a73ff5bac011d9f298ca (patch) | |
| tree | 1987c33d886837865977dccc5791dcf443deed74 /src | |
| parent | a15c2e660d89e49c1256c745d448b68e6f3af750 (diff) | |
dd SSLIB variable
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@795 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Project.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index 3dfa48a63..761986720 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -12,6 +12,9 @@ #ifndef MkCmdsCmd #define MkCmdsCmd $(SSMKSRC)/mk_cmds #endif +#ifndef SSLib +#define SSLib -lss /* $(TOP)/lib/ss/libss.a */ +#endif #ifndef PosyFlags #define PosyFlags -f -h2 -a -s #endif @@ -124,11 +127,13 @@ libdir/lib/**/libname.a: @@\ MKDIRHIER = BourneShell $(BINDIR)/mkdirhier.sh COMPILE_ET = compile_et MK_CMDS = mk_cmds + SSLIB = -lss #else IMAKE = $(IMAKESRC)/imake DEPEND = DependCmd MKDIRHIER = BourneShell $(SCRIPTSRC)/mkdirhier.sh COMPILE_ET = CompileEtCmd MK_CMDS = MkCmdsCmd + SSLIB = SSLib #endif |
