From: František Dvořák Date: Thu, 18 Oct 2012 09:50:54 +0000 (+0200) Subject: Try a combination too. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=2c164c3b84357c7299336402cdc24592946f7137;p=libtool-test.git Try a combination too. --- diff --git a/Makefile b/Makefile index 01ae45a..ce434c6 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ libtest.so: module.o $(CC) $(LDFLAGS) -shared -fPIC -DPIC -Wl,-soname -Wl,libtest.so.$(LT_MAJ) $< -o $@.$(LT_VER) ln -s $@.$(LT_VER) $@ +libtest2.la: module.o + $(LINK) -shared -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -rpath /usr/lib $< -o $@ + %.lo: %.c $(COMPILE) -c $<