diff src/xspf/Makefile @ 95:b5a1b762f586 trunk

[svn] - xspf now uses url encoding for location entry.
author yaz
date Fri, 20 Oct 2006 00:59:45 -0700
parents 85d7e55b29d2
children 0c50f248ed10
line wrap: on
line diff
--- a/src/xspf/Makefile	Mon Oct 16 11:40:44 2006 -0700
+++ b/src/xspf/Makefile	Fri Oct 20 00:59:45 2006 -0700
@@ -5,7 +5,7 @@
 
 LIBDIR = $(plugindir)/$(CONTAINER_PLUGIN_DIR)
 
-SOURCES = xspf.c base64.c
+SOURCES = xspf.c base64.c urlencode.c
 
 OBJECTS = ${SOURCES:.c=.o}