Skip to content
Snippets Groups Projects
Commit 01af0122 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

api: install library soname as a symlink

This got lost when '-a' was removed.
parent e47c4c48
Branches
Tags
No related merge requests found
......@@ -79,7 +79,7 @@ all: glue/version.h $(TOOLS) $(TESTS) $(ARCHIVE) $(LIBRARY)
install: all
mkdir -p $(STAGING)$(PREFIX)/bin $(STAGING)$(PREFIX)/include $(STAGING)$(PREFIX)/lib
cp $(LIBRARY) $(EXTRA) $(ARCHIVE) $(STAGING)$(PREFIX)/lib
cp -d $(LIBRARY) $(EXTRA) $(ARCHIVE) $(STAGING)$(PREFIX)/lib
cp etherbone.h $(STAGING)$(PREFIX)/include
cp $(TOOLS) $(STAGING)$(PREFIX)/bin
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment