[Liboss-commit] CVS: liboss/lib Makefile.am,1.11,1.12
Brought to you by:
thesin
|
From: Alexander S. <mrv...@us...> - 2002-10-18 22:00:59
|
Update of /cvsroot/liboss/liboss/lib In directory usw-pr-cvs1:/tmp/cvs-serv3128/lib Modified Files: Makefile.am Log Message: More changes. It now compiles. osscat crashes trying to call a symbol acquired from dlsym (open), but i don't think it's dlcompat's fault Index: Makefile.am =================================================================== RCS file: /cvsroot/liboss/liboss/lib/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile.am 18 Oct 2002 02:50:51 -0000 1.11 +++ Makefile.am 18 Oct 2002 22:00:25 -0000 1.12 @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @CFLAGS@ $(COREAUDIO_CFLAGS) -DHAVE_SOUNDCARD_H +CFLAGS = @CFLAGS@ $(COREAUDIO_CFLAGS) -DHAVE_SOUNDCARD_H -DLIBOSS_INTERNAL lib_LTLIBRARIES = liboss.la |