summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 40c7242..77e1a61 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
sbin_PROGRAMS = ext4magic
-ext4magic_SOURCES = block.c dir_list.c ext4magic.c \
- hard_link_stack.c inode.c journal.c lookup_local.c recover.c ring_buf.c util.c
+ext4magic_SOURCES = block.c dir_list.c ext4magic.c hard_link_stack.c \
+ imap_search.c inode.c journal.c lookup_local.c recover.c ring_buf.c util.c
# set the include path found by configure
INCLUDES= $(all_includes)