summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 2a862d3..c6aa124 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -19,7 +19,7 @@
TOPDIR = ..
include $(TOPDIR)/include/builddefs
-LSRCFILES = README Makefile.examples get-acl.c set-acl.c copy-acl.c
+LSRCFILES = README Makefile.examples get-acl.c set-acl.c copy-acl.c copyperm.c
LDIRT = get-acl set-acl copy-acl
include $(BUILDRULES)