Changeset 1934:8f5e40cc3520 in roaraudio


Ignore:
Timestamp:
06/05/09 17:29:40 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

link -lroarmidi -lroarlight into roard

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/Makefile

    r1827 r1934  
    1616CODECLIBS = $(lib_vorbisfile) $(lib_vorbisenc) $(lib_vorbis) $(lib_celt) $(lib_fishsound) $(lib_speex) $(lib_speexdsp) 
    1717CONTLIBS  = $(lib_oggz) $(lib_sndfile) $(lib_ogg) 
    18 LIBS      = -lroar -lroardsp $(DRVLIBS) $(CODECLIBS) $(CONTLIBS) $(lib_m) $(NETLIBS) 
     18LIBS      = -lroarlight -lroarmidi -lroardsp -lroar $(DRVLIBS) $(CODECLIBS) $(CONTLIBS) $(lib_m) $(NETLIBS) 
    1919 
    2020all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.