Changeset 1054:048ae1a48654 in roaraudio for plugins/ao/Makefile


Ignore:
Timestamp:
12/24/08 01:12:21 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

also use -I to include uninstalled libroar headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/ao/Makefile

    r1052 r1054  
    1212 
    1313libroar.so: ao_roar.c 
    14         cc -shared -L../../lib -lroar -fPIC -o libroar.so ao_roar.c 
     14        cc -shared -L../../lib -I../../include -lroar -fPIC -o libroar.so ao_roar.c 
    1515 
    1616ao_roar.c: 
Note: See TracChangeset for help on using the changeset viewer.