Fix the merged build. Probably not strictly correct but allows us to "make test".
authorJeremy Allison <jra@samba.org>
Mon, 4 Jan 2010 21:27:48 +0000 (13:27 -0800)
committerJeremy Allison <jra@samba.org>
Mon, 4 Jan 2010 21:27:48 +0000 (13:27 -0800)
Jeremy.

source4/lib/ldb/config.mk

index 7d110fc618e8ee47fbc36d01e4962e3da786fa6e..54e1416ed30fd18f5e0ce929d1a459cd5cfe964f 100644 (file)
@@ -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
 ################################################