diff options
author | David Reid <dreid@apache.org> | 2001-08-31 09:12:10 +0000 |
---|---|---|
committer | David Reid <dreid@apache.org> | 2001-08-31 09:12:10 +0000 |
commit | 3b7e6c81ef98d6c0f7a82dca05d66eaf56bde3f5 (patch) | |
tree | e85bc37468c86804982b263a1326c9ecfb0f1df4 /test | |
parent | 7f6b8db6786ae53144385478857f7e7200f04819 (diff) | |
download | httpd-3b7e6c81ef98d6c0f7a82dca05d66eaf56bde3f5.tar.gz |
Use the full path for libraries. (This has been in my tree for ages...)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90843 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 7d0a9b0ace..a4dccbde35 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -6,8 +6,9 @@ TARGETS = PROGRAMS = PROGRAM_LDADD = $(EXTRA_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) -PROGRAM_DEPENDENCIES = ../srclib/apr-util/libaprutil.la \ - ../srclib/apr/libapr.la +PROGRAM_DEPENDENCIES = \ + $(top_srcdir)/srclib/apr-util/libaprutil.la \ + $(top_srcdir)/srclib/apr/libapr.la include $(top_srcdir)/build/rules.mk |