[Liboss-commit] CVS: liboss/lib Makefile.am,1.15,1.16
Brought to you by:
thesin
|
From: Benjamin R. <ran...@us...> - 2002-10-22 19:46:17
|
Update of /cvsroot/liboss/liboss/lib In directory usw-pr-cvs1:/tmp/cvs-serv19371/lib Modified Files: Makefile.am Log Message: more cruft removal and cleanup Index: Makefile.am =================================================================== RCS file: /cvsroot/liboss/liboss/lib/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Makefile.am 22 Oct 2002 16:51:46 -0000 1.15 +++ Makefile.am 22 Oct 2002 19:46:14 -0000 1.16 @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @CFLAGS@ $(ESD_INCS) $(COREAUDIO_CFLAGS) -DHAVE_SOUNDCARD_H -DLIBOSS_INTERNAL -Ddlsym=dlsym_prepend_underscore +CFLAGS = @CFLAGS@ $(ESD_INCS) $(COREAUDIO_CFLAGS) $(DLSYM_UNDERSCORE) -DLIBOSS_INTERNAL lib_LTLIBRARIES = liboss.la |