Changeset 3098:d2712c3e3e42 in roaraudio for libroar/Makefile


Ignore:
Timestamp:
01/09/10 14:00:40 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set soname in most libs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/Makefile

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