aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-09 08:30:33 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-09 08:30:33 +0000
commit7bde33e3e53504158e7ec20811e9b6ea4f9de547 (patch)
tree58fbfe76094ecc317adee062c3c9dcde060cf2b6 /libsandbox/Makefile.am
parentINSTALL: update to latest autotool version (diff)
downloadsandbox-7bde33e3e53504158e7ec20811e9b6ea4f9de547.tar.gz
sandbox-7bde33e3e53504158e7ec20811e9b6ea4f9de547.tar.bz2
sandbox-7bde33e3e53504158e7ec20811e9b6ea4f9de547.zip
libsandbox: fix typo: wrappers.c, not wrapper.c
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsandbox/Makefile.am')
-rw-r--r--libsandbox/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsandbox/Makefile.am b/libsandbox/Makefile.am
index f13c757..bbe4038 100644
--- a/libsandbox/Makefile.am
+++ b/libsandbox/Makefile.am
@@ -34,7 +34,7 @@ libsandbox_la_SOURCES = \
canonicalize.c
libsandbox.c: libsandbox.map
-wrapper.c: symbols.h
+wrappers.c: symbols.h
SYMBOLS_FILE = $(srcdir)/symbols.h.in
SYMBOLS_LIST = $(shell $(EGREP) -v '^\#' $(SYMBOLS_FILE))