Changeset 3629:94d301064a3a in roaraudio for libroardsp


Ignore:
Timestamp:
03/07/10 21:25:07 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

start to support diffrent SONAME versions for the libs, not yet supported by *install targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/Makefile

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