diff options
author | Anand Avati <avati@redhat.com> | 2013-09-27 10:21:22 -0700 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-09-30 19:04:03 -0700 |
commit | dbe4566beff3239bbb23af50b1ef263b8b100e1b (patch) | |
tree | 263b0517292c5bfe4b0789b746e54bdad3d56885 /libglusterfs | |
parent | 2526eea5dde0aa1af6ff43cf63f6e818798c8f2f (diff) |
libglusterfs: add glusterfs-acl.h to Makefile.am
Without this, glusterfs-acl.h is left out of 'make dist'
and building RPM fails.
Change-Id: I5dc9dc8eecdea4c4c0d06f0b3da23bd2df4e944e
Signed-off-by: Anand Avati <avati@redhat.com>
BUG: 1009210
Reviewed-on: http://review.gluster.org/6015
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am index e4408eb1cd7..65ff2654827 100644 --- a/libglusterfs/src/Makefile.am +++ b/libglusterfs/src/Makefile.am @@ -42,7 +42,7 @@ noinst_HEADERS = common-utils.h defaults.h dict.h glusterfs.h hashfn.h \ $(CONTRIBDIR)/uuid/uuid.h $(CONTRIBDIR)/uuid/uuidP.h \ $(CONTRIB_BUILDDIR)/uuid/uuid_types.h syncop.h graph-utils.h trie.h \ run.h options.h lkowner.h fd-lk.h circ-buff.h event-history.h \ - gidcache.h client_t.h lock-table.h + gidcache.h client_t.h lock-table.h glusterfs-acl.h EXTRA_DIST = graph.l graph.y |