Changeset 3297:2037b6a6a955 in roaraudio for Makefile.inc


Ignore:
Timestamp:
02/02/10 11:41:08 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started support for dynamicly loadable modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.inc

    r3195 r3297  
    99LIBROAR_V       = $(COMMON_VERSION) 
    1010NETLIBS         = $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) 
    11 AUXLIBS         = $(lib_slp) $(lib_ssl) $(lib_sendfile) 
     11AUXLIBS         = $(lib_slp) $(lib_ssl) $(lib_sendfile) $(lib_dl) 
    1212LIBROAR_NS      = $(AUXLIBS) $(NETLIBS) 
    1313LIBROAR         = -lroar $(LIBROAR_NS) 
Note: See TracChangeset for help on using the changeset viewer.