Changeset 2381:4d9b6f1e72d4 in roaraudio for libroar/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
  • libroar/Makefile

    r2060 r2381  
    11include ../Makefile.conf 
     2include ../Makefile.inc 
    23 
    34SLIB=libroar$(SHARED_SUFFIX) 
     
    1314CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC) 
    1415LDFLAGS = -g $(SHARED) $(LDPATH) 
    15 NETLIBS = $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) 
    16 LIBS    = $(lib_slp) $(lib_ssl) $(lib_sendfile) $(NETLIBS) 
     16LIBS    = $(LIBROAR_NS) 
    1717 
    1818all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.