Changeset 3098:d2712c3e3e42 in roaraudio for libroarsndio


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

    r2382 r3098  
    2121 
    2222$(SLIB): ${OBJS} 
    23         ${CC} ${LDFLAGS} -o $(SLIB) ${OBJS} ${LIBS} 
     23        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_V_MAJOR) -o $(SLIB) ${OBJS} ${LIBS} 
    2424libroarsndio.a: ${OBJS} 
    2525        ${AR} cru libroarsndio.a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.