From 45b21c03a9e68c32dfb89e0aeba226219833edd7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 18 Jun 2009 13:30:49 -0700 Subject: [PATCH] Makefile: add missing includes --- src/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 81024f3c2e68f..e0f50d9cf48f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -331,6 +331,8 @@ noinst_HEADERS = \ client/fuse.h\ client/fuse_ll.h\ client/hadoop/CephFSInterface.h\ + cls_acl.cc\ + cls_crypto.cc\ cm.txt\ common/arch.h\ common/debug.h\ @@ -347,6 +349,7 @@ noinst_HEADERS = \ common/Finisher.h\ common/LogType.h\ common/Logger.h\ + common/MemoryModel.h\ common/Mutex.h\ common/RWLock.h\ common/Semaphore.h\ @@ -562,6 +565,7 @@ noinst_HEADERS = \ messages/MOSDPGNotify.h\ messages/MOSDPGQuery.h\ messages/MOSDPGRemove.h\ + messages/MOSDPGTrim.h\ messages/MOSDPing.h\ messages/MOSDScrub.h\ messages/MOSDSubOp.h\ @@ -598,6 +602,7 @@ noinst_HEADERS = \ msg/msg_types.h\ msg/tcp.cc\ msg/tcp.h\ + objclass/objclass.h\ os/BDBMap.h\ os/Fake.h\ os/FakeStoreBDBCollections.h\ @@ -612,6 +617,7 @@ noinst_HEADERS = \ osd/OSDMap.h\ osd/ObjectVersioner.h\ osd/PG.h\ + osd/PGLS.h\ osd/RAID4PG.h\ osd/ReplicatedPG.h\ osd/osd_types.h\ @@ -620,6 +626,7 @@ noinst_HEADERS = \ osdc/Journaler.h\ osdc/ObjectCacher.h\ osdc/Objecter.h\ + s3/s3access.h\ sample.ceph.conf all_sources = $(cmon_SOURCES) $(ceph_SOURCES) $(mkmonfs_SOURCES) $(monmaptool_SOURCES) \ -- 2.39.5