Added *.swg files back to library install.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@658 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
fb3c3cc457
commit
d73f59b6fc
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ install-lib:
|
|||
@$(MKINSTDIRS) $(SWIG_LIB)
|
||||
# cd $(SWIG_LIB); rm -rf *
|
||||
# The following line has `*.swg' removed -- add it back if needed.
|
||||
@cd $(srcdir)/Lib; for i in *.i; \
|
||||
@cd $(srcdir)/Lib; for i in *.i *.swg; \
|
||||
do \
|
||||
echo "Installing Lib/$$i"; \
|
||||
../$(INSTALL_DATA) $$i $(SWIG_LIB)/$$i; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue