Added test/compare_file.c to xorriso-standalone tarball
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user