[Liboss-commit] CVS: liboss/lib Makefile.am,1.25,1.26
Brought to you by:
thesin
|
From: Alexander S. <mrv...@us...> - 2003-01-12 16:58:04
|
Update of /cvsroot/liboss/liboss/lib In directory sc8-pr-cvs1:/tmp/cvs-serv8295/lib Modified Files: Makefile.am Log Message: Almost got this all cross-platformy, but I'm getting sh parse errors and I have no idea why. Index: Makefile.am =================================================================== RCS file: /cvsroot/liboss/liboss/lib/Makefile.am,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- Makefile.am 11 Jan 2003 23:55:59 -0000 1.25 +++ Makefile.am 12 Jan 2003 16:58:01 -0000 1.26 @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -AM_CFLAGS = $(ESD_INCS) $(COREAUDIO_CFLAGS) $(DLSYM_UNDERSCORE) -DLIBOSS_INTERNAL -DSYSTEM_LIB=\"@SYSTEMLIB@\" +AM_CFLAGS = $(ESD_INCS) $(COREAUDIO_CFLAGS) -DLIBOSS_INTERNAL -DSYSTEM_LIB=\"@SYSTEMLIB@\" lib_LTLIBRARIES = liboss.la libossins.la |