diff options
author | robi <robi> | 2010-08-29 16:34:58 +0000 |
---|---|---|
committer | robi <robi> | 2010-08-29 16:34:58 +0000 |
commit | 6512ac6340cc34ed778505293943b664e4ec1b4c (patch) | |
tree | 6f2510b7be701282e585f6348e8c3ae966917261 /src/Makefile.am | |
parent | e66d5f9b85fd816571fe4a780f05fc0ad0b8256f (diff) |
magic functions part2 (inactiv)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 10 |
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 |