From 4d431b614e205b7aef49da36c8bc8a8ab60c641d Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 23 Apr 2009 09:39:29 -0700 Subject: [PATCH] makefile: add missing Spinlock.h --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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\ -- 2.47.3