install with libtool
This commit is contained in:
parent
51e27c03cf
commit
09deadf727
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ $(depdir)/%.d: $(srcdir)/%.c
|
|||
|
||||
install:
|
||||
$(INSTALL) -d $(DESTDIR)$(bindir)/
|
||||
$(INSTALL) $(target) $(DESTDIR)$(bindir)/$(notdir $(target))
|
||||
$(LIBTOOL) --mode=install $(INSTALL) $(target) \
|
||||
$(DESTDIR)$(bindir)/$(notdir $(target))
|
||||
|
||||
uninstall:
|
||||
-$(RM) $(DESTDIR)$(bindir)/$(notdir $(target))
|
||||
|
|
Loading…
Reference in a new issue