diff options
author | Ken Raeburn <raeburn@mit.edu> | 2003-01-10 05:55:49 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2003-01-10 05:55:49 +0000 |
commit | fae39968a963b5ca7c1c98c354bffa6b9b522b5e (patch) | |
tree | 017f5c35620f5056ac5873d2a7b6bffc14c62ab2 /src/util/db2/recno | |
parent | 6a264aecc07c63e3edd016979183f895353f75ab (diff) | |
download | krb5-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/recno')
-rw-r--r-- | src/util/db2/recno/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/db2/recno/Makefile.in b/src/util/db2/recno/Makefile.in index 9639b4524..6726227c6 100644 --- a/src/util/db2/recno/Makefile.in +++ b/src/util/db2/recno/Makefile.in @@ -10,3 +10,4 @@ LOCALINCLUDES= -I. -I$(srcdir)/../include -I../include -I$(srcdir)/../mpool \ all-unix:: all-libobjs clean-unix:: clean-libobjs +# @libobj_frag@ |