diff options
author | Brandon Philips <brandon@ifup.org> | 2011-04-19 10:04:11 -0700 |
---|---|---|
committer | Brandon Philips <brandon@ifup.org> | 2011-04-19 10:04:11 -0700 |
commit | b940d9d0e44430d9aa4275c27335771a9f81dff3 (patch) | |
tree | 73b2e8a10654edfb486e8b3c5f02cab359a02a05 | |
parent | 05b9fbe3055584fbde5f82d38e860a4414d1c3d7 (diff) | |
download | attr-b940d9d0e44430d9aa4275c27335771a9f81dff3.tar.gz |
test: Add sort-getfattr-output to source files
test/sort-getfattr-output was missing from the tarball. Add it.
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index c48b299..b7bd8db 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,7 +24,7 @@ EXT = $(wildcard ext/*.test) ROOT = $(wildcard root/*.test) # ensure we pick these up in the source tarball -LSRCFILES = $(TEST) $(EXT) $(ROOT) run README +LSRCFILES = $(TEST) $(EXT) $(ROOT) run sort-getfattr-output README default install install-dev install-lib: |