Changeset 2218:de8d67085e0e in roaraudio


Ignore:
Timestamp:
07/27/09 23:34:31 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use $(NETLIBS)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroardsp/Makefile

    r2187 r2218  
    1717 
    1818CODECLIBS = $(lib_celt) 
    19 LIBS      = $(lib_dnet) $(lib_m) -lroar $(CODECLIBS) 
     19NETLIBS   = $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) 
     20LIBS      = $(lib_dnet) $(lib_m) -lroar $(CODECLIBS) $(NETLIBS) 
    2021 
    2122all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.