From 74529cf1a133115adedbb2bdeaa0a9e90b773320 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Thu, 31 May 2018 16:57:02 +0530 Subject: libgfchangelog: Remove duplicate includedir definition for changelog.h includedir for changelog.h is already defined in Makefile.am under libglusterfs/src since it was moved from xlators/features/changelog/lib/src. Therefore removing the duplicate definition. Change-Id: Iaff2e02fca45715820caa35b41efc2f6b656203a updates: bz#1193929 Signed-off-by: Anoop C S --- xlators/features/changelog/lib/src/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'xlators/features') diff --git a/xlators/features/changelog/lib/src/Makefile.am b/xlators/features/changelog/lib/src/Makefile.am index 6baafd6cf27..c4b9a3df692 100644 --- a/xlators/features/changelog/lib/src/Makefile.am +++ b/xlators/features/changelog/lib/src/Makefile.am @@ -17,7 +17,6 @@ libgfchangelog_la_LDFLAGS = $(GF_LDFLAGS) \ -version-info $(LIBGFCHANGELOG_LT_VERSION) \ $(GF_NO_UNDEFINED) -libgfchangelogdir = $(includedir)/glusterfs/gfchangelog lib_LTLIBRARIES = libgfchangelog.la CONTRIB_BUILDDIR = $(top_builddir)/contrib -- cgit