From 1cbc8c9908560de948f7f68553b5641a79385127 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 12 Jul 2006 14:10:25 +0000 Subject: * build/gen-build.py: Make location of DSP file configurable and its use optional (hopefully fixes apr-util build). * build.conf: Define DSP file location. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@421276 13f79535-47bb-0310-9956-ffa450edef68 --- build.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.conf') diff --git a/build.conf b/build.conf index 0522a1bb7..36121883f 100644 --- a/build.conf +++ b/build.conf @@ -24,3 +24,5 @@ headers = include/*.h # we have a recursive makefile for the test files (for now) # test/*.c + +dsp = libapr.dsp -- cgit v1.2.1