aboutsummaryrefslogtreecommitdiff
path: root/configure
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
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d5e98d2..6b36ef0 100755
--- a/configure
+++ b/configure
@@ -4391,7 +4391,7 @@ _ACEOF
# from augusts template
-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