Changeset 3629:94d301064a3a in roaraudio for libroar/Makefile


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
  • libroar/Makefile

    r3569 r3629  
    2424 
    2525$(SLIB): ${OBJS} 
    26         ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_VERSION) -o $(SLIB) ${OBJS} ${LIBS} 
     26        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(LIBROAR_V) -o $(SLIB) ${OBJS} ${LIBS} 
    2727libroar.a: ${OBJS} 
    2828        ${AR} cru libroar.a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.