Changeset 481:6714ed07966f in roaraudio


Ignore:
Timestamp:
08/13/08 00:56:23 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Tags:
roaraudio_0_1_testing4_wesen
Message:

only link vorbisfile into roarvorbis if we habe libvorbisfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r476 r481  
    3232roar-config: roar-config.o 
    3333roarvorbis: roarvorbis.o 
    34         ${CC} ${LDFLAGS} -o roarvorbis roarvorbis.o -lvorbisfile 
     34        ${CC} ${LDFLAGS} -o roarvorbis roarvorbis.o $(lib_vorbisfile) 
    3535polytest: polytest.o 
Note: See TracChangeset for help on using the changeset viewer.