Changeset 1:c0790248189e in roaraudio


Ignore:
Timestamp:
06/08/08 23:49:21 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

changed paths in makefiles to be indep of include removed symlinks

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libroar/Makefile

    r0 r1  
    33 
    44#DEFINES        = -DDEBUG 
    5 INCLUDE = -I../include -I./include 
     5INCLUDE = -I../include -I../include/libroar 
    66CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) 
    77LDFLAGS = -g -shared 
  • libroaresd/Makefile

    r0 r1  
    33 
    44DEFINES        = -DDEBUG 
    5 INCLUDE = -I../include -I./include 
     5INCLUDE = -I../include -I../include/libroaresd 
    66CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) 
    77LDFLAGS = -g -shared -lroar -L../lib/ 
Note: See TracChangeset for help on using the changeset viewer.