From 2c001b28fb2b105b7f83c0ecea8a25ede74af552 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 11 Jul 2012 09:19:00 -0700 Subject: [PATCH] Makefile: don't install crush headers This is leftover from when we built a libcrush.so. We can re-add when we start doing that again. Reported-by: Laszlo Boszormenyi Signed-off-by: Sage Weil --- src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index e3e9cf9ad1651..ce027a0461a46 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -950,12 +950,12 @@ rados_include_DATA = \ $(srcdir)/include/page.h \ $(srcdir)/include/crc32c.h -crush_includedir = $(includedir)/crush -crush_include_DATA = \ - $(srcdir)/crush/hash.h \ - $(srcdir)/crush/crush.h \ - $(srcdir)/crush/mapper.h \ - $(srcdir)/crush/types.h +#crush_includedir = $(includedir)/crush +#crush_include_DATA = \ +# $(srcdir)/crush/hash.h \ +# $(srcdir)/crush/crush.h \ +# $(srcdir)/crush/mapper.h \ +# $(srcdir)/crush/types.h FORCE: .git_version: FORCE -- 2.39.5