summaryrefslogtreecommitdiffstats
path: root/xlators/features/changetimerecorder/src
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/changetimerecorder/src')
-rw-r--r--xlators/features/changetimerecorder/src/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/xlators/features/changetimerecorder/src/Makefile.am b/xlators/features/changetimerecorder/src/Makefile.am
index b124728076f..62664e8ebd4 100644
--- a/xlators/features/changetimerecorder/src/Makefile.am
+++ b/xlators/features/changetimerecorder/src/Makefile.am
@@ -8,8 +8,7 @@ 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\
- -lsqlite3
+ $(top_builddir)/rpc/rpc-lib/src/libgfrpc.la
noinst_HEADERS = changetimerecorder.h ctr_mem_types.h ctr-helper.h
@@ -20,6 +19,6 @@ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
-I$(top_srcdir)/rpc/xdr/src \
-DDATADIR=\"$(localstatedir)\"
-AM_CFLAGS = -Wall $(GF_CFLAGS)
+AM_CFLAGS = -Wall $(GF_CFLAGS) $(SQLITE_CFLAGS)
CLEANFILES =