mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Fix out of tree builds.
(cherry picked from parts of commit 35c8ebdca2
)
Michael
This commit is contained in:
parent
7710d3dea3
commit
a780c0594a
@ -24,8 +24,8 @@ LIBOBJ = $(TALLOC_OBJ) @LIBREPLACEOBJ@
|
||||
|
||||
all:: showflags $(EXTRA_TARGETS)
|
||||
|
||||
include rules.mk
|
||||
include talloc.mk
|
||||
include $(tallocdir)/rules.mk
|
||||
include $(tallocdir)/talloc.mk
|
||||
|
||||
$(SOLIB): $(LIBOBJ)
|
||||
$(CC) $(SHLD_FLAGS) -o $@ $(LIBOBJ) @SONAMEFLAG@$(SONAME)
|
||||
|
Loading…
Reference in New Issue
Block a user