Changeset 3268:56a8d2d3dbb7 in roaraudio for libroareio/Makefile


Ignore:
Timestamp:
01/31/10 17:10:46 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated some sonames

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroareio/Makefile

    r3204 r3268  
    2727 
    2828$(SLIB): ${OBJS} 
    29         ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_V_MAJOR) -o $(SLIB) $(OBJS) $(LIBS) 
     29        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_VERSION) -o $(SLIB) $(OBJS) $(LIBS) 
    3030libroareio.a: ${OBJS} 
    3131        ${AR} cru libroareio.a ${OBJS} 
Note: See TracChangeset for help on using the changeset viewer.