Changeset 2382:b47795155ee5 in roaraudio for libroarpulse


Ignore:
Timestamp:
08/16/09 03:44:30 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated comp libs to new Makefile.inc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/Makefile

    r1734 r2382  
    33 
    44include ../Makefile.conf 
     5include ../Makefile.inc 
    56 
    67#DEFINES        = -DDEBUG 
     
    89CFLAGS += -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC) 
    910LDFLAGS = -g $(LDPATH) -L../lib/ 
    10 LIBS    = -lroar 
     11LIBS    = $(LIBROAR) 
    1112 
    1213all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.