Whamcloud - gitweb
libext2fs: export the library include path
authorAlex Deymo <deymo@google.com>
Thu, 3 Sep 2015 02:07:46 +0000 (19:07 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 14 Mar 2016 22:39:48 +0000 (18:39 -0400)
commit5eeb0cca3374c6f15bde076b2b80ed97b6445109
tree4e38377206b878e00868c3fae6c0f53be6512370
parent7c33c8899faa9b8250d5190ca8417f47daf3ba7b
libext2fs: export the library include path

When adding 'libext2fs' as a library dependency from any other binary,
the binary needs to find the library headers. Users of this library
should not hard-code the include path themselves. This patch exports the
library headers on all three version of the libext2fs library and
removes the redundant include path from executables in e2fsprogs.

Addresses-Google-Bug: #23084776
TEST=mma

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/Android.mk
lib/ext2fs/Android.mk
misc/Android.mk