Changeset 347:67e024bb69ef in roaraudio


Ignore:
Timestamp:
07/30/08 00:34:16 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added acl.[ch] to libroar

Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r322 r347  
    2424#include "file.h" 
    2525#include "midi.h" 
     26#include "acl.h" 
    2627 
    2728#endif 
  • libroar/Makefile

    r304 r347  
    11TARGETS=libroar.so 
    2 OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o math.o meta.o file.o midi.o 
     2OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o math.o meta.o file.o midi.o acl.o 
    33 
    44#DEFINES        = -DDEBUG 
Note: See TracChangeset for help on using the changeset viewer.