1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

Fix the merged build. Probably not strictly correct but allows us to "make test".

Jeremy.
This commit is contained in:
Jeremy Allison 2010-01-04 13:27:48 -08:00
parent f04e10f4c0
commit 2a66db8f93

View 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
################################################