From: Stefan E. <se...@us...> - 2003-08-22 15:53:27
|
Update of /cvsroot/blob/blob/src/commands In directory sc8-pr-cvs1:/tmp/cvs-serv15245 Modified Files: Makefile.am Log Message: Include always all objects in libcommand.a. The linker will sort out unneeded commands. Without this, build fails for --with-commands=all Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/src/commands/Makefile.am,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Makefile.am 15 Aug 2003 06:18:57 -0000 1.8 +++ Makefile.am 20 Aug 2003 23:14:34 -0000 1.9 @@ -26,9 +26,7 @@ libcommands_a_SOURCES = \ terminal.c \ - reboot.c - -EXTRA_libcommands_a_SOURCES = \ + reboot.c \ call.c \ changebit.c \ dummy.c \ |