aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-16 05:56:17 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-01-16 05:56:17 +0000
commit80eb47b2674815540b5de799e5ad9f82d170d8b8 (patch)
tree3f24c8c9f40ebe5eb6a5da28b4127e16301beb20 /configure.ac
parent1fcb551dff322d89005b3b241777c47754034917 (diff)
a bunch of things to get the OSCx objects compiling to complete without error on MinGW. Moved the building of the OSC library to the 'lib' target. Move the building of the command utils to the 'utils' target. Neither 'lib' nor 'utils' are built with 'all', but they are built with 'install'. Copied externals/OSCx/src/htmsocket.c to externals/OSCx/send+dump/htmsocket.c since they seem to be the same file, but the send+dump one was out of date.
svn path=/trunk/externals/OSCx/; revision=4420
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 92b9f3a..04009b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ dnl for each of the *-*-host's in the following, do the checking and then set y
dnl CFLAGS get set for C code, CPPFLAGS for c++ code. LDFLAGS is the linking flags for both c and c++
dnl ------------------------------------------
-INCLUDES="-I../libOSC -I../../pd/src -I../../../pd/src -I."
+INCLUDES="-I../libOSC -I../../pd/src -I../../../pd/src -I../src"
LIBOSC=libOSC.a
if test -z "$GCC"; then
case $host in