Changeset 1993:735317524c03 in roaraudio for roard/Makefile


Ignore:
Timestamp:
06/15/09 16:25:50 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added support to *REGISTER* to SLP, need to write code to deregister ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/Makefile

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