Changeset 2381:4d9b6f1e72d4 in roaraudio for libroardsp/Makefile


Ignore:
Timestamp:
08/16/09 03:40:58 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated core libs and roard to use new Makefile.inc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/Makefile

    r2318 r2381  
    11include ../Makefile.conf 
     2include ../Makefile.inc 
    23 
    34SLIB=libroardsp$(SHARED_SUFFIX) 
     
    1617LDFLAGS = -g $(SHARED) -L../lib/ $(LDPATH) 
    1718 
    18 CODECLIBS = $(lib_celt) $(lib_speex) 
    19 NETLIBS   = $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) 
    20 LIBS      = $(lib_dnet) $(lib_m) -lroar $(CODECLIBS) $(NETLIBS) 
     19LIBS      = $(LIBROARDSP_NS) 
    2120 
    2221all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.