Changeset 3098:d2712c3e3e42 in roaraudio for libroaresd


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

    r2824 r3098  
    2222 
    2323$(SLIB): ${OBJS} 
    24         ${CC} ${LDFLAGS} -o $(SLIB) ${OBJS} ${LIBS} 
     24        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_V_MAJOR) -o $(SLIB) ${OBJS} ${LIBS} 
    2525$(LIB_BASENAME).a: ${OBJS} 
    2626        ${AR} cru $(LIB_BASENAME).a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.