Changeset 501:985357040570 in roaraudio for libroar/Makefile


Ignore:
Timestamp:
08/14/08 17:51:30 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ha! It's working: RoarAudio via DECnet! :), needs cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/Makefile

    r485 r501  
     1include ../Makefile.conf 
     2 
    13TARGETS=libroar.so 
    24OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o poly.o meta.o file.o midi.o acl.o 
     
    57INCLUDE = -I../include -I../include/libroar 
    68CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) -fPIC 
    7 LDFLAGS = -g -shared $(LDPATH) -lm 
     9LDFLAGS = -g -shared $(LDPATH) $(lib_dnet) -lm 
    810 
    911all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.