Mercurial > audlegacy
diff audacious/Makefile @ 2146:e0e50e151bab trunk
[svn] - move vfs from libaudacious to main audacious
author | nenolod |
---|---|
date | Sun, 17 Dec 2006 08:52:31 -0800 |
parents | b9c6f1305c99 |
children | 7b17bae290df |
line wrap: on
line diff
--- a/audacious/Makefile Sat Dec 16 11:20:00 2006 -0800 +++ b/audacious/Makefile Sun Dec 17 08:52:31 2006 -0800 @@ -35,10 +35,15 @@ playlist_container.h \ plugin.h \ prefswin.h \ - util.h + util.h \ + vfs.h \ + vfs_buffer.h SOURCES = \ build_stamp.c \ + vfs.c \ + vfs_buffer.c \ + vfs_common.c \ genevent.c \ util.c \ output.c \ @@ -71,8 +76,6 @@ OBJECTS = ${SOURCES:.c=.o} -beepinclude_HEADERS = plugin.h output.h input.h - desktop_DATA = audacious.desktop desktopdir = $(datadir)/applications