From: Sage Weil Date: Thu, 23 Apr 2009 16:39:29 +0000 (-0700) Subject: makefile: add missing Spinlock.h X-Git-Tag: v0.7.3~71 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4d431b614e205b7aef49da36c8bc8a8ab60c641d;p=ceph.git makefile: add missing Spinlock.h --- diff --git a/src/Makefile.am b/src/Makefile.am index a7d4a0cf1b19..07cfda814adc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -316,6 +316,7 @@ noinst_HEADERS = \ common/Mutex.h\ common/RWLock.h\ common/Semaphore.h\ + common/Spinlock.h\ common/Thread.h\ common/ThreadPool.h\ common/Timer.h\