Changeset 5505:a39728598a5f in roaraudio
- Timestamp:
- 05/16/12 09:34:45 (11 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5504 r5505 2 2 * ROAR_DL_PLUGIN_START() now checks para structure (Closes: #236) 3 3 * Added support for AutoAppSched to the plugin container. 4 * Added simple UUID interface (Closes: #230) 4 5 5 6 v. 1.0beta1 - Sat May 12 2012 11:49 CEST -
include/libroar/libroar.h
r5443 r5505 121 121 #include "base64.h" 122 122 #include "keyval.h" 123 #include "uuid.h" 123 124 #include "env.h" 124 125 #include "roardl.h" -
libroar/Makefile
r5443 r5505 11 11 PASSWORD=passwordapi.o pinentry.o sshaskpass.o 12 12 CRYPTO=crypto.o random.o $(HASHES) crc.o 13 OBJS=libroar.o config.o debug.o error.o basic.o stream.o client.o simple.o auth.o socket.o ctl.o buffer.o meta.o file.o acl.o cdrom.o $(PASSWORD) $(VIO) stack.o slp.o nnode.o roardl.o plugincontainer.o roarx11.o beep.o proto.o env.o keyval.o vs.o ltm.o notify.o notify_proxy.o asyncctl.o enumdev.o serverinfo.o $(CRYPTO) authfile.o caps.o roarfloat.o base64.o trap.o memmgr.o time.o kstore.o 13 OBJS=libroar.o config.o debug.o error.o basic.o stream.o client.o simple.o auth.o socket.o ctl.o buffer.o meta.o file.o acl.o cdrom.o $(PASSWORD) $(VIO) stack.o slp.o nnode.o roardl.o plugincontainer.o roarx11.o beep.o proto.o env.o keyval.o vs.o ltm.o notify.o notify_proxy.o asyncctl.o enumdev.o serverinfo.o $(CRYPTO) authfile.o caps.o roarfloat.o base64.o trap.o memmgr.o time.o kstore.o uuid.o 14 14 15 15 #DEFINES = -DDEBUG
Note: See TracChangeset
for help on using the changeset viewer.