Changeset 3629:94d301064a3a in roaraudio for libroarlight


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

    r3268 r3629  
    2121 
    2222$(SLIB): ${OBJS} 
    23         ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_VERSION) -o $(SLIB) ${OBJS} ${LIBS} 
     23        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(LIBROARLIGHT_V) -o $(SLIB) ${OBJS} ${LIBS} 
    2424libroarlight.a: ${OBJS} 
    2525        ${AR} cru libroarlight.a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.