Only keep the 'gb.component' file for the native component and remove 'gb.so' and 'gb.la'.

[CONFIGURATION]
* NEW: Only keep the 'gb.component' file for the native component and remove 'gb.so' and 'gb.la'.
This commit is contained in:
gambas 2020-11-28 00:46:57 +01:00
parent b62f461c49
commit 17144658f2

View File

@ -46,11 +46,10 @@ install-exec-local:
@echo "Installing 'gb' component..."
@$(INSTALL) -d $(DESTDIR)$(gbdatadir)/info
@$(INSTALL) lib/gb.component $(DESTDIR)$(gblibdir)
@$(DESTDIR)$(bindir)/gbi$(GAMBAS_VERSION) -r $(DESTDIR)$(prefix) gb
@rm -f $(DESTDIR)$(gblibdir)/gb.la
@rm -f $(DESTDIR)$(gblibdir)/gb.so*
@rm -f $(DESTDIR)$(gblibdir)/gb.component
@$(INSTALL) lib/gb.component $(DESTDIR)$(gblibdir)
@echo "Installing compiler tools..."
@(cd $(srcdir)/tools; d=`pwd`; \