From 7d509d53df75bc2146bddebcbab14583474ac543 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 12 Mar 2012 16:49:09 +0100 Subject: ommongodb: milestone:refactored to use libmongo-client which is waaaaaaay better than the 10gen client driver --- plugins/ommongodb/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'plugins/ommongodb/Makefile.am') diff --git a/plugins/ommongodb/Makefile.am b/plugins/ommongodb/Makefile.am index 1b0e23a1..3a05c435 100644 --- a/plugins/ommongodb/Makefile.am +++ b/plugins/ommongodb/Makefile.am @@ -1,11 +1,7 @@ -mongodir = ./mongo-c-driver/src pkglib_LTLIBRARIES = ommongodb.la - ommongodb_la_SOURCES = ommongodb.c -ommongodb_la_SOURCES += $(mongodir)/bson.c $(mongodir)/mongo.c $(mongodir)/md5.c $(mongodir)/numbers.c - -ommongodb_la_CPPFLAGS = -DMONGO_HAVE_STDINT -Imongo-c-driver/src $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) +ommongodb_la_CPPFLAGS = $(RSRT_CFLAGS) $(PTHREADS_CFLAGS) $(LIBMONGO_CLIENT_CFLAGS) ommongodb_la_LDFLAGS = -module -avoid-version -ommongodb_la_LIBADD = +ommongodb_la_LIBADD = $(LIBMONGO_CLIENT_LIBS) EXTRA_DIST = -- cgit