[Liboss-commit] CVS: liboss/src Makefile.am,1.3,1.4
Brought to you by:
thesin
|
From: Alexander S. <mrv...@us...> - 2003-01-06 21:53:01
|
Update of /cvsroot/liboss/liboss/src In directory sc8-pr-cvs1:/tmp/cvs-serv4528/src Modified Files: Makefile.am Log Message: Moved esddsp over to syscall() if possible. This should allow us to write an 'esddsp' program equivalent that works. Also disabled endian-swapping in liboss_write(), and moved CFLAGS over to AM_CFLAGS, because automake told me to. ---------------------------------------------------------------------- Index: Makefile.am =================================================================== RCS file: /cvsroot/liboss/liboss/src/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile.am 23 Oct 2002 01:28:13 -0000 1.3 +++ Makefile.am 6 Jan 2003 21:52:57 -0000 1.4 @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @NONPIC_CFLAGS@ @CLIENT_CFLAGS@ +AM_CFLAGS = @NONPIC_CFLAGS@ @CLIENT_CFLAGS@ bin_PROGRAMS = osscat |