features/ctr: Removing rpc-lib, rpc-xdr and api from CPPFLAGS

Changetimerecorder doesn't seem to use rpc-lib, rpc-xdr
and gfapi in the source. So removing those from Makefile.am

Change-Id: I21c71db6212c10ba3821c6c456958a45c5312d41
BUG: 1198849
Signed-off-by: Anoop C S <achiraya@redhat.com>
Reviewed-on: http://review.gluster.org/9997
Reviewed-by: Joseph Fernandes <josferna@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Anoop C S 2015-03-25 19:51:41 +05:30 committed by Niels de Vos
parent 21cd43cfd6
commit f64666f113

View File

@ -10,17 +10,12 @@ changetimerecorder_la_LDFLAGS = -module -avoid-version
changetimerecorder_la_SOURCES = changetimerecorder.c ctr-helper.c
changetimerecorder_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la\
$(top_builddir)/libglusterfs/src/gfdb/libgfdb.la\
$(top_builddir)/api/src/libgfapi.la\
$(top_builddir)/rpc/rpc-lib/src/libgfrpc.la
$(top_builddir)/libglusterfs/src/gfdb/libgfdb.la
noinst_HEADERS = changetimerecorder.h ctr_mem_types.h ctr-helper.h
AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
-I$(top_srcdir)/libglusterfs/src/gfdb \
-I$(top_srcdir)/api/src \
-I$(top_srcdir)/rpc/rpc-lib/src \
-I$(top_srcdir)/rpc/xdr/src \
-DDATADIR=\"$(localstatedir)\"
AM_CFLAGS = -Wall $(GF_CFLAGS) $(SQLITE_CFLAGS)