mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#1399, fix make depend when built as module
This commit is contained in:
parent
dc55afec67
commit
6a8d7d92fb
@ -16,6 +16,11 @@ BUILD_SRV = @BUILD_SHELL@
|
||||
|
||||
all-local-srv: $(PROGRAMS)
|
||||
|
||||
# create programs also when using modules
|
||||
depend-mod: depend-yes
|
||||
all-mod: all-yes
|
||||
install-mod: install-yes
|
||||
|
||||
passwd-shell: pwd-version.o
|
||||
$(CC) $(LDFLAGS) -o $@ $(OBJS) pwd-version.o $(LIBS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user