Changeset 4559:4660942db9dc in roaraudio for libroarrsound/Makefile


Ignore:
Timestamp:
10/27/10 03:16:57 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

correct usage of COMMON_SOVERSION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarrsound/Makefile

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