Changeset 3098:d2712c3e3e42 in roaraudio for libroarmidi


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

    r2381 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} 
    2424libroarmidi.a: ${OBJS} 
    2525        ${AR} cru libroarmidi.a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.