Changeset 3098:d2712c3e3e42 in roaraudio for libroareio


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

    r2381 r3098  
    2626 
    2727$(SLIB): ${OBJS} 
    28         ${CC} ${LDFLAGS} -o $(SLIB) ${OBJS} $(LIBS) 
     28        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_V_MAJOR) -o $(SLIB) $(OBJS) $(LIBS) 
    2929libroareio.a: ${OBJS} 
    3030        ${AR} cru libroareio.a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.