Changeset 3268:56a8d2d3dbb7 in roaraudio for libroardsp


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

    r3098 r3268  
    2929 
    3030$(SLIB): $(ALLOBJS) 
    31         ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_V_MAJOR) -o $(SLIB) $(ALLOBJS) $(LIBS) 
     31        ${CC} ${LDFLAGS} -Wl,-soname,$(SLIB).$(COMMON_VERSION) -o $(SLIB) $(ALLOBJS) $(LIBS) 
    3232libroardsp.a: $(ALLOBJS) 
    3333        ${AR} cru libroardsp.a $(ALLOBJS) 
Note: See TracChangeset for help on using the changeset viewer.