Changeset 2383:1e4a89fc1ba7 in roaraudio for plugins/ao/Makefile


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

updated plugins to new Makefile.inc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/ao/Makefile

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