From: Stefan E. <se...@us...> - 2003-04-03 14:51:40
|
Update of /cvsroot/blob/blob/include/blob In directory sc8-pr-cvs1:/tmp/cvs-serv16733 Modified Files: Makefile.am Log Message: - added missing headers Index: Makefile.am =================================================================== RCS file: /cvsroot/blob/blob/include/blob/Makefile.am,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile.am 4 Jan 2003 02:11:42 -0000 1.18 +++ Makefile.am 3 Apr 2003 14:51:34 -0000 1.19 @@ -16,6 +16,7 @@ noinst_HEADERS = \ arch.h \ + cf.h \ command.h \ command_hist.h \ compr_rubin.h \ @@ -24,7 +25,12 @@ errno.h \ error.h \ flash.h \ + generic_io.h \ + gio_drivers.h \ + i2c-gpio.h \ + i2c.h \ icache.h \ + ide.h \ init.h \ jffs2.h \ lcd.h \ @@ -39,10 +45,12 @@ mini_inflate.h \ param_block.h \ partition.h \ + pcmcia.h \ reboot.h \ sa1100.h \ sa1111.h \ serial.h \ + tar.h \ time.h \ types.h \ util.h \ |