Changeset 351:d709cd242143 in roaraudio


Ignore:
Timestamp:
07/31/08 23:16:56 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added CELT Paths to roarclients for roartypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r297 r351  
    11TARGETS=roarcat roarcatad roarcat2sock roarcatsendfile roarcatplay roarctl roarmon roarsockconnect roartypes roarvorbis roarvumeter roarfilt roarsin roar-config 
    22 
     3CELT_PREFIX=/home/phi/superhome/xiph/celt-test/ 
    34DEFINES        = -DDEBUG 
    45INCLUDE = -I../include -I./include 
    5 CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) 
    6 LDFLAGS = -g -L../lib/ -lroar 
     6CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) -I$(CELT_PREFIX)/include 
     7LDFLAGS = -g -L../lib/ -lroar -L$(CELT_PREFIX)/lib 
    78 
    89all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.