Changeset 1776:5325b5f84a8d in roaraudio


Ignore:
Timestamp:
05/19/09 17:23:00 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added linker command, need to check if this works for non gnu makes, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r1755 r1776  
    1212SHOUTLIBS  = $(lib_shout) $(LIBS) 
    1313VORBISLIBS = $(lib_vorbisfile) $(lib_vorbis) $(lib_ogg) $(LIBS) 
     14 
     15L          = $(CC) $(LDFLAGS) -o $@ $+ $(LIBS) 
    1416 
    1517all: ${TARGETS} $(TOOLS) 
Note: See TracChangeset for help on using the changeset viewer.