Changeset 4804:bf07a9cd8ff1 in roaraudio for roarfish


Ignore:
Timestamp:
03/25/11 01:57:16 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

correct Makefile, should fix bulding with clang

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarfish/Makefile

    r4748 r4804  
    88#DEFINES        = -DDEBUG 
    99INCLUDE = -I../include -I./include 
    10 CFLAGS += -g -Wall $(OPTI_O) $(DEFINES) $(INCLUDE) 
     10CFLAGS += -g -Wall $(OPTI_O) $(DEFINES) $(INCLUDE) $(INCPATH) 
    1111LDFLAGS+= -g -L../lib/ $(LDPATH) 
    12 LIBS    = -lroar -lfishsound -loggz 
     12LIBS    = $(LIBROAR) $(lib_fishsound) $(lib_oggz) 
    1313 
    1414all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.