diff libaudacious/Makefile.in @ 1617:3de4bd38fe4f trunk

[svn] generic vfs_gets and m3u updated to use vfs
author lu_zero
date Tue, 05 Sep 2006 08:09:14 -0700
parents e402e0217870
children fae6e0cfcc77
line wrap: on
line diff
--- a/libaudacious/Makefile.in	Mon Sep 04 22:36:30 2006 -0700
+++ b/libaudacious/Makefile.in	Tue Sep 05 08:09:14 2006 -0700
@@ -1,5 +1,5 @@
 include ../mk/rules.mk
-include ../mk/init.mk
+include ../mk/objective.mk
 
 beepincludedir = $(includedir)/audacious
 
@@ -21,7 +21,7 @@
 	-I../intl
 
 CONF_SRC = configdb_$(CONFIGDB_BACKEND).c
-VFS_SRC = vfs_$(VFS_BACKEND).c
+VFS_SRC = vfs_$(VFS_BACKEND).c vfs_common.c
 
 SOURCES = \
 	$(CONF_SRC) \
@@ -43,8 +43,6 @@
 	beepctrl.h dirbrowser.h util.h \
 	formatter.h titlestring.h xml_document.h
 
-include ../mk/objective.mk
-
 install-posthook:
 	@mv ${DESTDIR}/${LIBDIR}/libaudacious.so ${DESTDIR}/${LIBDIR}/libaudacious.so.3.0.0
 	@ln -sf ${LIBDIR}/libaudacious.so.3.0.0 \