Changeset 3099:d57ff1b67e2a in roaraudio for libroaryiff


Ignore:
Timestamp:
01/09/10 18:26:55 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed makefiles to include soname

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaryiff/Makefile

    r2382 r3099  
    1818 
    1919libroaryiff.so: ${OBJS} 
    20         ${CC} ${LDFLAGS} -o libroaryiff.so ${OBJS} ${LIBS} 
     20        ${CC} ${LDFLAGS} -Wl,-soname,libroaryiff$(SHARED_SUFFIX).$(COMMON_V_MAJOR) -o libroaryiff$(SHARED_SUFFIX) ${OBJS} ${LIBS} 
Note: See TracChangeset for help on using the changeset viewer.