Changeset 3268:56a8d2d3dbb7 in roaraudio for libroar/Makefile


Ignore:
Timestamp:
01/31/10 17:10:46 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated some sonames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/Makefile

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