Update of /cvsroot/liboss/liboss
In directory usw-pr-cvs1:/tmp/cvs-serv30624
Modified Files:
configure.in
Log Message:
Added Coreaudio as an option for futur expansion, this is temp till I get home and add a test for coreaudio
Index: configure.in
===================================================================
RCS file: /cvsroot/liboss/liboss/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- configure.in 9 May 2002 19:41:22 -0000 1.9
+++ configure.in 9 May 2002 23:07:40 -0000 1.10
@@ -121,6 +121,12 @@
CoreAudio/CoreAudio.h \
machine/endian.h)
+COREAUDIO_LDFLAGS='-framework CoreAudio'
+AC_SUBST(COREAUDIO_LDFLAGS)
+
+COREAUDIO_CFLAGS='-F/System/Library/Frameworks/Cocoa.framework'
+AC_SUBST(COREAUDIO_CFLAGS)
+
AC_SYS_LONG_FILE_NAMES
dnl For the moment we will assume that all systems which have
@@ -136,7 +142,7 @@
dnl
dnl Some include paths ( !!! DO NOT REMOVE !!! )
dnl
-INCLUDES='-I$(top_srcdir) -I$(top_srcdir)/include -F/System/Library/Frameworks/Carbon.frameworks -F/System/Library/Frameworks/Cocoa.framework'
+INCLUDES='-I$(top_srcdir) -I$(top_srcdir)/include'
AC_SUBST(INCLUDES)
dnl Common cflags for all platforms
|