diff libaudacious/Makefile @ 2036:7f397d6e0746 trunk

[svn] - remove xentry.c
author nenolod
date Mon, 04 Dec 2006 00:17:54 -0800
parents 97e5147a6812
children 7d8bb80e3a40
line wrap: on
line diff
--- a/libaudacious/Makefile	Mon Dec 04 00:16:52 2006 -0800
+++ b/libaudacious/Makefile	Mon Dec 04 00:17:54 2006 -0800
@@ -31,7 +31,6 @@
 	util.c \
 	formatter.c \
 	titlestring.c \
-	xentry.c \
 	xconvert.c \
 	xml_document.c
 
@@ -40,7 +39,7 @@
 HEADERS = \
 	vfs.h rcfile.h configdb.h \
 	beepctrl.h dirbrowser.h \
-	formatter.h titlestring.h xentry.h xconvert.h xml_document.h
+	formatter.h titlestring.h xconvert.h xml_document.h
 
 include ../mk/objective.mk