summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2009-11-19 22:06:34 -0800
committerBrandon Philips <brandon@ifup.org>2009-11-19 22:06:34 -0800
commit66c27ad3945a3a8c3607f4d63d86f56353f1bf26 (patch)
tree7cc0b9556d6e63848f416b452d2787e456c333eb /test
parentfbda9a016a9e2d9391ae8a23d344b688ce7b1b8e (diff)
downloadacl-66c27ad3945a3a8c3607f4d63d86f56353f1bf26.tar.gz
Makefile: add missing files to LSRCFILES
tests/sort-getfacl-output and examples/copyperm.c were missing from respective Makefiles Signed-off-by: Brandon Philips <bphilips@suse.de>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 2b279e0..828b6a4 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -22,7 +22,7 @@ include $(TOPDIR)/include/builddefs
TESTS = $(wildcard *.test)
ROOT = $(wildcard root/*.test)
NFS = $(wildcard nfs/*.test)
-LSRCFILES = run make-tree $(TESTS) $(ROOT) $(NFS)
+LSRCFILES = sort-getfacl-output run make-tree $(TESTS) $(ROOT) $(NFS)
include $(BUILDRULES)