]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: add missing header to noinst_HEADERS
authorSage Weil <sage@newdream.net>
Wed, 5 Aug 2009 21:11:17 +0000 (14:11 -0700)
committerSage Weil <sage@newdream.net>
Wed, 5 Aug 2009 21:11:17 +0000 (14:11 -0700)
src/Makefile.am

index 2c3db0da6687bad47ff793895c20ee806e8522b2..9e96e76f7035e3b2a4d7f5e360ee2bcc4ca0c567 100644 (file)
@@ -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\