Changeset 3098:d2712c3e3e42 in roaraudio for libroardsp


Ignore:
Timestamp:
01/09/10 14:00:40 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set soname in most libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/Makefile

    r3034 r3098  
    2929 
    3030$(SLIB): $(ALLOBJS) 
    31         ${CC} ${LDFLAGS} -o $(SLIB) $(ALLOBJS) $(LIBS) 
     31        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_V_MAJOR) -o $(SLIB) $(ALLOBJS) $(LIBS) 
    3232libroardsp.a: $(ALLOBJS) 
    3333        ${AR} cru libroardsp.a $(ALLOBJS) 
Note: See TracChangeset for help on using the changeset viewer.