From: Sage Weil Date: Tue, 29 Nov 2011 23:36:07 +0000 (-0800) Subject: Makefile: ipaddr.h, pick_address.h X-Git-Tag: v0.39~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=30ede648fe14b04ce1d09623ca0b344f8e2b964b;p=ceph-ci.git Makefile: ipaddr.h, pick_address.h Signed-off-by: Sage Weil --- diff --git a/src/Makefile.am b/src/Makefile.am index dacd98bda7c..255c1f87626 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1118,6 +1118,7 @@ noinst_HEADERS = \ common/ceph_crypto.h\ common/utf8.h\ common/mime.h\ + common/pick_address.h\ common/secret.h\ common/strtol.h\ common/static_assert.h\ @@ -1160,6 +1161,7 @@ noinst_HEADERS = \ include/intarith.h\ include/interval_set.h\ include/inttypes.h\ + include/ipaddr.h\ include/linux_fiemap.h\ include/lru.h\ include/msgr.h\