diff options
author | robi <robi> | 2010-08-22 19:09:46 +0000 |
---|---|---|
committer | robi <robi> | 2010-08-22 19:09:46 +0000 |
commit | e66d5f9b85fd816571fe4a780f05fc0ad0b8256f (patch) | |
tree | 73c4c5a2fa73417bde86f777ba4dd0903f3947ac /src/Makefile.am | |
parent | 8f27364faf5c58eebce6616be246afaeff734a14 (diff) |
magic functions Part1 (inactive)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
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) |