diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2001-07-30 04:32:42 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2001-07-30 04:32:42 +0000 |
commit | d866149534f8dd3a3b694f7f166dac06c1a4f8f7 (patch) | |
tree | 1f79be26f6b0ee81fb5f1a204d38058f58456a5b /dbm | |
parent | eb32a773f5a70934c2f166d4b8c893917c09f795 (diff) | |
download | libapr-util-d866149534f8dd3a3b694f7f166dac06c1a4f8f7.tar.gz |
Convert apr-util to use APR's build directory. This greatly simplifies
apr-util's build system, because it has basically been removed.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbm')
-rw-r--r-- | dbm/Makefile.in | 3 | ||||
-rw-r--r-- | dbm/sdbm/Makefile.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dbm/Makefile.in b/dbm/Makefile.in index 03fb6408..1884ea59 100644 --- a/dbm/Makefile.in +++ b/dbm/Makefile.in @@ -1,3 +1,6 @@ +top_builddir=@top_builddir@ +INCLUDES=-I$(top_builddir)/include -I$(top_builddir)/include/private -I$(top_builddir)/../apr/include + TARGETS = apr_dbm.lo # bring in rules.mk for standard functionality diff --git a/dbm/sdbm/Makefile.in b/dbm/sdbm/Makefile.in index f5591de8..2f0c57f2 100644 --- a/dbm/sdbm/Makefile.in +++ b/dbm/sdbm/Makefile.in @@ -1,4 +1,7 @@ +top_builddir=@top_builddir@ +INCLUDES=-I$(top_builddir)/include -I$(top_builddir)/../apr/include + TARGETS = sdbm.lo sdbm_hash.lo sdbm_lock.lo sdbm_pair.lo # bring in rules.mk for standard functionality |