]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
make: build common/secret only on linux 624/head
authorNoah Watkins <noahwatkins@gmail.com>
Mon, 23 Sep 2013 15:19:23 +0000 (08:19 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Mon, 23 Sep 2013 20:07:12 +0000 (13:07 -0700)
commit27fb44b358a15bd77f78c26c836d957a9a5654ad
tree6b8da3f8bb33451e3802e8d89907941c5a7ab05b
parent08a97ae45f4df58a6a8ea8a6400934d860cf5eb4
make: build common/secret only on linux

libkeyutils is only available on linux. before the automake refactoring
secret.c was compiled into rbd and ceph_mount targets which are linux
only targets. secret.c was moved to libcommon during the refactoring,
but the conditional compilation was lost.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/common/Makefile.am