summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 77e1a61..60cd839 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,7 @@
sbin_PROGRAMS = ext4magic
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
+ imap_search.c inode.c journal.c lookup_local.c magic_block_scan.c recover.c \
+ ring_buf.c util.c
# set the include path found by configure
INCLUDES= $(all_includes)
@@ -9,6 +10,7 @@ man_MANS = ext4magic.8
# the library search path.
ext4magic_CFLAGS = -O2 -g -D_FILE_OFFSET_BITS=64
-ext4magic_LDFLAGS = -lext2fs -le2p -luuid -lblkid
-noinst_HEADERS = block.h dir_list.h ext2fsP.h kernel-list.h ext4magic.h hard_link_stack.h \
- inode.h jfs_compat.h jfs_user.h journal.h kernel-jbd.h ring_buf.h util.h ext4magic.8
+ext4magic_LDFLAGS = -lext2fs -le2p -luuid -lblkid -lmagic
+noinst_HEADERS = block.h dir_list.h ext2fsP.h ext4magic.8 ext4magic.h \
+ hard_link_stack.h inode.h jfs_compat.h jfs_user.h journal.h kernel-jbd.h kernel-list.h \
+ magic.h ring_buf.h util.h