diff options
author | Anoop C S <anoopcs@redhat.com> | 2018-05-31 16:57:02 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-06-01 04:39:46 +0000 |
commit | 74529cf1a133115adedbb2bdeaa0a9e90b773320 (patch) | |
tree | 62ff74485460b7e0fce6b87a0fdf7960300539f6 /xlators/features/changelog | |
parent | be086493c07e190763048f66cdc057bdc61ada00 (diff) |
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 <anoopcs@redhat.com>
Diffstat (limited to 'xlators/features/changelog')
-rw-r--r-- | xlators/features/changelog/lib/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |