From dbe4566beff3239bbb23af50b1ef263b8b100e1b Mon Sep 17 00:00:00 2001 From: Anand Avati Date: Fri, 27 Sep 2013 10:21:22 -0700 Subject: 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 BUG: 1009210 Reviewed-on: http://review.gluster.org/6015 Reviewed-by: Kaleb KEITHLEY Tested-by: Gluster Build System --- libglusterfs/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am index e4408eb1c..65ff26548 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 -- cgit