Changeset 3830:86a7f4cc4b70 in roaraudio for roarclients/Makefile


Ignore:
Timestamp:
05/11/10 23:18:11 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

link roar-config without -lroar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r3827 r3830  
    2323VORBISLIBS = $(lib_vorbisfile) $(lib_vorbis) $(lib_ogg) $(LIBS) 
    2424 
    25 L          = $(CC) $(LDFLAGS) -o $@ $+ $(LIBS) 
     25LNL        = $(CC) $(LDFLAGS) -o $@ $+ 
     26L          = $(LNL) $(LIBS) 
    2627 
    2728all: ${TARGETS} $(TOOLS) 
     
    7475        $L 
    7576roar-config: roar-config.o 
    76         $L 
     77        $(LNL) 
    7778roarvorbis: roarvorbis.o 
    7879        ${CC} ${LDFLAGS} -o roarvorbis roarvorbis.o $(VORBISLIBS) 
Note: See TracChangeset for help on using the changeset viewer.