From: Jeremy Allison Date: Mon, 4 Jan 2010 21:27:48 +0000 (-0800) Subject: Fix the merged build. Probably not strictly correct but allows us to "make test". X-Git-Tag: samba-4.0.0alpha11~211 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=2a66db8f93d18a88a8da7201b131b01c45ace36d;p=samba.git Fix the merged build. Probably not strictly correct but allows us to "make test". Jeremy. --- diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index 7d110fc618e..54e1416ed30 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -16,7 +16,7 @@ ldb_asq_OBJ_FILES = $(ldbsrcdir)/modules/asq.o PRIVATE_DEPENDENCIES = LIBTALLOC LIBTEVENT CFLAGS = -I$(ldbsrcdir)/include INIT_FUNCTION = LDB_MODULE(sample) -SUBSYSTEM = LIBTESTLDB +SUBSYSTEM = LIBLDB # End MODULE sample_module ################################################