mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
so.mk: Install plugins into $(LIBDIR)
This commit is contained in:
parent
710350be09
commit
6f8ab92984
1 changed files with 8 additions and 2 deletions
10
make/so.mk
10
make/so.mk
|
|
@ -4,9 +4,15 @@
|
|||
# $Id$
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
ALL += $(SHOBJS)
|
||||
LDFLAGS += -shared
|
||||
include $(MODDIR)/make/ldlibpath.mk
|
||||
LDFLAGS += -shared
|
||||
include $(MODDIR)/make/rules.mk
|
||||
|
||||
BUILD_SHOBJS = $(addprefix $(LIBDIR)/, $(SHOBJS))
|
||||
all: $(SHOBJS) $(BUILD_SHOBJS)
|
||||
|
||||
clean: objclean textclean localclean
|
||||
install: $(ALL) installso
|
||||
|
||||
$(LIBDIR)/%.so: %.so
|
||||
install -m 755 $< $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue