diff libaudacious/Makefile @ 2047:545494a9c048 trunk

[svn] - remove xml_document.c
author nenolod
date Mon, 04 Dec 2006 01:44:20 -0800
parents 456c74b6880a
children 31b5c59ed31b
line wrap: on
line diff
--- a/libaudacious/Makefile	Mon Dec 04 01:39:52 2006 -0800
+++ b/libaudacious/Makefile	Mon Dec 04 01:44:20 2006 -0800
@@ -31,15 +31,14 @@
 	util.c \
 	formatter.c \
 	titlestring.c \
-	xconvert.c \
-	xml_document.c
+	xconvert.c
 
 OBJECTS = ${SOURCES:.c=.o}
 
 HEADERS = \
 	vfs.h rcfile.h configdb.h \
 	beepctrl.h dirbrowser.h \
-	formatter.h titlestring.h xconvert.h xml_document.h
+	formatter.h titlestring.h xconvert.h
 
 include ../mk/objective.mk