From: Sage Weil Date: Fri, 5 Feb 2010 22:11:39 +0000 (-0800) Subject: debian: fix builder; add newish headers to Makefile.am X-Git-Tag: v0.19~94 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c76ea9de7005f2de229d99c05603a1624a20423d;p=ceph.git debian: fix builder; add newish headers to Makefile.am --- diff --git a/build_upload_debian_packages.sh b/build_upload_debian_packages.sh index c5119cd9ae72..34b3fc18074b 100755 --- a/build_upload_debian_packages.sh +++ b/build_upload_debian_packages.sh @@ -62,7 +62,7 @@ EOF tar zcf ceph-$finalvers.tar.gz ceph-$finalvers fi; -if [ "$repo" == "stable" && "$arch" == "amd64" ]; then +if [ "$repo" = "stable" -a "$arch" = "amd64" ]; then scp ceph-$vers.tar.gz sage@ceph.newdream.net:ceph.newdream.net/downloads fi diff --git a/src/Makefile.am b/src/Makefile.am index c32220e1b68f..a401252a635c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -487,6 +487,7 @@ noinst_HEADERS = \ crush/types.h\ include/ClassLibrary.h\ include/Context.h\ + include/CompatSet.h\ include/Distribution.h\ include/LogEntry.h\ include/assert.h\ @@ -681,6 +682,7 @@ noinst_HEADERS = \ mon/PaxosService.h\ mon/Session.h\ mon/mon_types.h\ + mount/canonicalize.c\ mount/mtab.c\ msg/Dispatcher.h\ msg/FakeMessenger.h\