summaryrefslogtreecommitdiff
path: root/find/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'find/Makefile.am')
-rw-r--r--find/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/find/Makefile.am b/find/Makefile.am
index ba18731e..bfb50ce1 100644
--- a/find/Makefile.am
+++ b/find/Makefile.am
@@ -5,7 +5,7 @@ localedir = $(datadir)/locale
# regexprops_SOURCES = regexprops.c
noinst_LIBRARIES = libfindtools.a
-libfindtools_a_SOURCES = finddata.c fstype.c parser.c pred.c tree.c util.c sharefile.c
+libfindtools_a_SOURCES = finddata.c fstype.c parser.c pred.c exec.c tree.c util.c sharefile.c
# We always build two versions of find, one with fts, one without.