add 'std' to install-lib
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6387 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
409e17e94a
commit
d6804b34d2
1 changed files with 3 additions and 1 deletions
|
|
@ -317,6 +317,8 @@ install-main:
|
|||
lib-languages = tcl perl5 python guile java mzscheme ruby php4 ocaml \
|
||||
pike chicken csharp modula3 allegrocl
|
||||
|
||||
lib-modules = std
|
||||
|
||||
install-lib:
|
||||
@echo "Installing the SWIG library"
|
||||
@$(MKINSTDIRS) $(DESTDIR)$(SWIG_LIB)
|
||||
|
|
@ -325,7 +327,7 @@ install-lib:
|
|||
echo "Installing $(DESTDIR)$(SWIG_LIB)/$$i"; \
|
||||
$(INSTALL_DATA) $$file $(DESTDIR)$(SWIG_LIB)/$$i; \
|
||||
done;
|
||||
@for lang in $(lib-languages); \
|
||||
@for lang in $(lib-languages) $(lib-modules); \
|
||||
do \
|
||||
echo "Installing language specific files for $$lang"; \
|
||||
dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue