Added test/compare_file.c to xorriso-standalone tarball

This commit is contained in:
2008-02-08 10:22:08 +00:00
parent 3322d5552d
commit 1e098c5f60
5 changed files with 42 additions and 4 deletions

View File

@ -9,8 +9,6 @@ libinclude_HEADERS =
## ========================================================================= ##
noinst_PROGRAMS =
bin_PROGRAMS = \
xorriso/xorriso
@ -136,6 +134,19 @@ xorriso_xorriso_SOURCES = \
version.h
noinst_PROGRAMS = \
test/compare_file
# A program to compare two trees of files in mounted filesystems
# To compare tree /media/dvd and /original/dir :
# find /media/dvd -exec test/compare_file '{}' /media/dvd /original/dir ';'
#
test_compare_file_CPPFLAGS =
test_compare_file_CFLAGS =
test_compare_file_LDADD =
test_compare_file_SOURCES = test/compare_file.c
## ========================================================================= ##
# Indent source files