Mercurial > audlegacy
diff libaudacious/Makefile @ 2068:31b5c59ed31b trunk
[svn] - add VFSBuffer, equivilant to fmemopen().
author | nenolod |
---|---|
date | Fri, 08 Dec 2006 02:25:20 -0800 |
parents | 545494a9c048 |
children | b9c6f1305c99 |
line wrap: on
line diff
--- a/libaudacious/Makefile Thu Dec 07 22:56:55 2006 -0800 +++ b/libaudacious/Makefile Fri Dec 08 02:25:20 2006 -0800 @@ -20,7 +20,7 @@ -I../intl CONF_SRC = configdb_$(CONFIGDB_BACKEND).c -VFS_SRC = vfs.c vfs_common.c +VFS_SRC = vfs.c vfs_common.c vfs_buffer.c SOURCES = \ $(CONF_SRC) \ @@ -36,7 +36,7 @@ OBJECTS = ${SOURCES:.c=.o} HEADERS = \ - vfs.h rcfile.h configdb.h \ + vfs.h vfs_buffer.h rcfile.h configdb.h \ beepctrl.h dirbrowser.h \ formatter.h titlestring.h xconvert.h