]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
auth: link AuthServiceHandler to mon only
authorSage Weil <sage@newdream.net>
Wed, 21 Oct 2009 22:27:41 +0000 (15:27 -0700)
committerSage Weil <sage@newdream.net>
Wed, 21 Oct 2009 22:27:41 +0000 (15:27 -0700)
src/Makefile.am

index be3311a11446017a37d659900a021b7991ec54d8..8bc5bf126f0defd50e25d472f09cc6b7aea76b4b 100644 (file)
@@ -291,7 +291,6 @@ libcommon_files = \
        auth/Auth.cc \
        auth/AuthClientHandler.cc \
        auth/AuthorizeServer.cc \
-       auth/AuthServiceHandler.cc \
        auth/Crypto.cc \
        auth/ExportControl.cc \
        auth/KeyRing.cc \
@@ -329,6 +328,7 @@ libcrush_a_SOURCES = \
        crush/crush.c
 
 libmon_a_SOURCES = \
+       auth/AuthServiceHandler.cc \
        mon/Monitor.cc \
        mon/Paxos.cc \
        mon/PaxosService.cc \