summaryrefslogtreecommitdiffstats
path: root/src/util/profile/configure.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-22 00:38:43 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-22 00:38:43 +0000
commitddd67ee7a7009ba9fa27bc78da0405b0b8e908b4 (patch)
tree4982df890f3b39c468ebac5e7d0d39580f727851 /src/util/profile/configure.in
parent3b674e99b062c1b345dbc9386da886465b0838ed (diff)
downloadkrb5-ddd67ee7a7009ba9fa27bc78da0405b0b8e908b4.tar.gz
krb5-ddd67ee7a7009ba9fa27bc78da0405b0b8e908b4.tar.xz
krb5-ddd67ee7a7009ba9fa27bc78da0405b0b8e908b4.zip
configure.in: Add SUBDIR rule in so this directory can be included into
libkrb5.a prof_init.c: Modify function interface for profile_get_string and profile_get_integer to make it simpler to use. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5434 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/configure.in')
-rw-r--r--src/util/profile/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/profile/configure.in b/src/util/profile/configure.in
index 364e45edf8..51c2595001 100644
--- a/src/util/profile/configure.in
+++ b/src/util/profile/configure.in
@@ -6,4 +6,5 @@ AC_PROG_ARCHIVE
AC_PROG_RANLIB
ET_RULES
CopyHeader(profile.h,$(BUILDTOP)/include)
+SubdirLibraryRule([$(OBJS)])
V5_AC_OUTPUT_MAKEFILE