diff libaudacious/Makefile @ 1936:60934ccc817d trunk

[svn] - per bug #605, remove GNOME VFS.
author nenolod
date Sun, 05 Nov 2006 02:29:47 -0800
parents 68c0c8620b17
children e090f66574f6
line wrap: on
line diff
--- a/libaudacious/Makefile	Sun Nov 05 00:55:21 2006 -0800
+++ b/libaudacious/Makefile	Sun Nov 05 02:29:47 2006 -0800
@@ -21,7 +21,7 @@
 	-I../intl
 
 CONF_SRC = configdb_$(CONFIGDB_BACKEND).c
-VFS_SRC = vfs_$(VFS_BACKEND).c vfs_common.c
+VFS_SRC = vfs_stdio.c vfs_common.c
 
 SOURCES = \
 	$(CONF_SRC) \