1
0
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:
Jelmer Vernooij 2008-02-11 23:51:59 +01:00 committed by Michael Adam
parent 7710d3dea3
commit a780c0594a

View File

@ -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)