[Ext2resize-cvs] ext2resize/src Makefile.am,1.9,1.10
Status: Inactive
Brought to you by:
adilger
From: Petter R. <pe...@us...> - 2006-06-09 22:03:36
|
Update of /cvsroot/ext2resize/ext2resize/src In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29770/src Modified Files: Makefile.am Log Message: Make sure to include new files tune.h, bitops.h and ext2_fs.h in the source tarball. Index: Makefile.am =================================================================== RCS file: /cvsroot/ext2resize/ext2resize/src/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 9 Jun 2006 21:25:13 -0000 1.9 --- Makefile.am 9 Jun 2006 22:03:33 -0000 1.10 *************** *** 8,12 **** libext2resize_a_SOURCES = ext2.c ext2_block_relocator.c ext2_buffer.c llseek.c \ ! ext2_inode_relocator.c ext2_meta.c ext2_resize.c ext2_unix_io.c tune.c #libext2resize_a_SOURCES += ext2_journal.c ext2_mkfs.c --- 8,13 ---- libext2resize_a_SOURCES = ext2.c ext2_block_relocator.c ext2_buffer.c llseek.c \ ! ext2_inode_relocator.c ext2_meta.c ext2_resize.c ext2_unix_io.c \ ! tune.c tune.h bitops.h ext2_fs.h #libext2resize_a_SOURCES += ext2_journal.c ext2_mkfs.c |