Changeset 3629:94d301064a3a in roaraudio for libroareio


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

    r3377 r3629  
    2727 
    2828$(SLIB): ${OBJS} 
    29         ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_VERSION) -o $(SLIB) $(OBJS) $(LIBS) 
     29        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(LIBROAREIO_V) -o $(SLIB) $(OBJS) $(LIBS) 
    3030libroareio.a: ${OBJS} 
    3131        ${AR} cru libroareio.a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.