eeze: add a dummy implementation for when libmount is not available.
authorCedric Bail <cedric.bail@free.fr>
Sun, 10 Mar 2013 05:35:41 +0000 (14:35 +0900)
committerCedric Bail <cedric.bail@free.fr>
Sun, 10 Mar 2013 06:58:29 +0000 (15:58 +0900)
commit12ceb717ea64105bbebfb45737fa8448ed721f83
treec7356021c2f15d135313662339fd20d8f3b51beb
parentae08c6e721899d44c0202abe772d600078e908b9
eeze: add a dummy implementation for when libmount is not available.

This implementation doesn't replace libmount, it just provide an empty
piece of code that will always fail to do anything. It does simplify
Eeze building and use by third party by always providing the API.
ChangeLog
NEWS
src/Makefile_Eeze.am
src/lib/eeze/eeze_disk_dummy.c [new file with mode: 0644]