1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-11 00:23:51 +03:00

r25425: move LDB_MODULESDIR define into config.h

this hopefully fixes the build on some hosts

metze
This commit is contained in:
Stefan Metzmacher
2007-09-29 07:57:13 +00:00
committed by Gerald (Jerry) Carter
parent dcead25b29
commit d03ec5655d
2 changed files with 18 additions and 7 deletions

View File

@@ -123,13 +123,6 @@ PRIVATE_DEPENDENCIES = \
# End MODULE ldb_tdb
################################################
./lib/ldb/common/ldb.o: lib/ldb/common/ldb.c Makefile
@echo Compiling $<
@$(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $(PICFLAG) \
-DLDB_MODULESDIR=\"$(MODULESDIR)/ldb\" \
-c $(FIRST_PREREQ) -o $@
################################################
# Start SUBSYSTEM ldb
[LIBRARY::LIBLDB]