Changeset 1643:2f99d92f3d26 in roaraudio


Ignore:
Timestamp:
05/02/09 00:59:04 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

link against libsendfile if it exists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/Makefile

    r1514 r1643  
    1010INCLUDE = -I../include -I../include/libroar 
    1111CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC) 
    12 LDFLAGS = -g $(SHARED) $(LDPATH) $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) $(lib_ssl) 
     12LDFLAGS = -g $(SHARED) $(LDPATH) $(lib_dnet) $(lib_wsock32) $(lib_ws2_32) $(lib_ssl) $(lib_sendfile) 
    1313 
    1414all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.