From: Sage Weil Date: Wed, 5 Aug 2009 21:11:17 +0000 (-0700) Subject: Makefile: add missing header to noinst_HEADERS X-Git-Tag: v0.12~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dad494c563d75b551d192125e985247f327bd1dd;p=ceph.git Makefile: add missing header to noinst_HEADERS --- diff --git a/src/Makefile.am b/src/Makefile.am index 2c3db0da6687..9e96e76f7035 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -340,6 +340,7 @@ libclient_a_SOURCES = \ # headers... and everything else we want to include in a 'make dist' # that autotools doesn't magically identify. noinst_HEADERS = \ + auth/ClientTicket.h\ auth/ExportControl.h\ ceph_ver.h \ client/Client.h\