Changeset 3105:eb48aea36705 in roaraudio


Ignore:
Timestamp:
01/09/10 20:21:16 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

set soname

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/audacious/Makefile

    r3095 r3105  
    2525 
    2626libroar.so: $(OBJ) 
    27         $(CC) $(LDFLAGS) -o libroar.so $(OBJ) $(LIBS) 
     27        $(CC) $(LDFLAGS) -Wl,-soname,libroar.so -o libroar.so $(OBJ) $(LIBS) 
Note: See TracChangeset for help on using the changeset viewer.