[Ext2resize-cvs] ext2resize/src Makefile.am,1.11,1.12
Status: Inactive
Brought to you by:
adilger
From: Petter R. <pe...@us...> - 2006-06-11 08:41:34
|
Update of /cvsroot/ext2resize/ext2resize/src In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv16031 Modified Files: Makefile.am Log Message: Include all the source files (also the unused ones) in the source tarball. Index: Makefile.am =================================================================== RCS file: /cvsroot/ext2resize/ext2resize/src/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Makefile.am 10 Jun 2006 07:18:17 -0000 1.11 --- Makefile.am 11 Jun 2006 08:41:30 -0000 1.12 *************** *** 27,30 **** --- 27,32 ---- noinst_HEADERS = ext2.h + EXTRA_DIST = ext2_journal.c ext2_mkfs.c tst.c + LIBS = @LIBS@ |