summaryrefslogtreecommitdiff
path: root/encoding
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-07-30 04:32:42 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-07-30 04:32:42 +0000
commitd866149534f8dd3a3b694f7f166dac06c1a4f8f7 (patch)
tree1f79be26f6b0ee81fb5f1a204d38058f58456a5b /encoding
parenteb32a773f5a70934c2f166d4b8c893917c09f795 (diff)
downloadlibapr-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 'encoding')
-rw-r--r--encoding/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/encoding/Makefile.in b/encoding/Makefile.in
index 5368c5aa..40a6d320 100644
--- a/encoding/Makefile.in
+++ b/encoding/Makefile.in
@@ -1,4 +1,7 @@
+top_builddir=@top_builddir@
+INCLUDES=-I$(top_builddir)/include -I$(top_builddir)/../apr/include
+
TARGETS = apr_base64.lo
# bring in rules.mk for standard functionality