[Liboss-commit] CVS: liboss/lib Makefile.am,1.10,1.11
Brought to you by:
thesin
|
From: Alexander S. <mrv...@us...> - 2002-10-18 02:50:54
|
Update of /cvsroot/liboss/liboss/lib In directory usw-pr-cvs1:/tmp/cvs-serv17856/lib Modified Files: Makefile.am Log Message: Attempting an implementation using esddsp. Does not work. Does not even compile. I can't figure out what the error means, though. Index: Makefile.am =================================================================== RCS file: /cvsroot/liboss/liboss/lib/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile.am 10 May 2002 15:20:05 -0000 1.10 +++ Makefile.am 18 Oct 2002 02:50:51 -0000 1.11 @@ -2,11 +2,11 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @CFLAGS@ $(COREAUDIO_CFLAGS) +CFLAGS = @CFLAGS@ $(COREAUDIO_CFLAGS) -DHAVE_SOUNDCARD_H lib_LTLIBRARIES = liboss.la -liboss_la_SOURCES = liboss.c +liboss_la_SOURCES = esddsp.c liboss_la_DEPENDENCIES = liboss_la_LIBADD = $(COREAUDIO_LDFLAGS) |