summaryrefslogtreecommitdiffstats
path: root/src/util/db2/btree
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-01-10 05:55:49 +0000
committerKen Raeburn <raeburn@mit.edu>2003-01-10 05:55:49 +0000
commitfae39968a963b5ca7c1c98c354bffa6b9b522b5e (patch)
tree017f5c35620f5056ac5873d2a7b6bffc14c62ab2 /src/util/db2/btree
parent6a264aecc07c63e3edd016979183f895353f75ab (diff)
downloadkrb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.tar.gz
krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.tar.xz
krb5-fae39968a963b5ca7c1c98c354bffa6b9b522b5e.zip
Use markers in Makefile.in rather than rules in configure.in to indicate when
to use the lib.in and libobj.in makefile fragments. Pushing this per-directory info into Makefile.in will make it a little easier to work on combining configure scripts for multiple directories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15107 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/btree')
-rw-r--r--src/util/db2/btree/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/db2/btree/Makefile.in b/src/util/db2/btree/Makefile.in
index ac8efa1b58..d3b02652a6 100644
--- a/src/util/db2/btree/Makefile.in
+++ b/src/util/db2/btree/Makefile.in
@@ -11,3 +11,4 @@ LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \
all-unix:: all-libobjs
clean-unix:: clean-libobjs
+# @libobj_frag@