summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-09 18:44:48 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-09 18:44:48 +0000
commitc98d057afc78960649d2e2295042f859ee6de416 (patch)
treefb3af90d8c3f53b569920ad63f6d9053f4058206 /src/config
parentcddd83ed05e699b1d5a9b78c89a7a8fc54e6d423 (diff)
downloadkrb5-c98d057afc78960649d2e2295042f859ee6de416.tar.gz
krb5-c98d057afc78960649d2e2295042f859ee6de416.tar.xz
krb5-c98d057afc78960649d2e2295042f859ee6de416.zip
changes for SSTopIncludes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1196 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Project.tmpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl
index 909d84e46..ed2deb230 100644
--- a/src/config/Project.tmpl
+++ b/src/config/Project.tmpl
@@ -39,6 +39,13 @@
#ifndef ArAddCmd
#define ArAddCmd ar cruv
#endif
+#ifndef SSTopIncludes
+#ifdef UseSSInstalled
+#define SSTopIncludes /**/
+#else /* not installed SS */
+#define SSTopIncludes -I$(TOP)
+#endif /* UseSSInstalled */
+#endif /* SSTopIncludes */
#ifndef DesDefines
#define DesDefines YouMustFigureOutYourDesDefines
#endif
@@ -115,7 +122,8 @@ libdir/lib/**/libname.a: @@\
*/
ARADD = ArAddCmd
- TOP_INCLUDES = -I$(TOP)/include $(STDC_TOP_INCLUDES)
+ TOP_INCLUDES = -I$(TOP)/include $(STDC_TOP_INCLUDES) $(SS_TOP_INCLUDES)
+ SS_TOP_INCLUDES = SSTopIncludes
CONFIGSRC = $(TOP)/config
ISODE = IsodeDir
IMAKESRC = $(CONFIGSRC)