diff libaudacious/Makefile.am @ 462:b65fe3b68300 trunk

[svn] Move xml_document stuff into libaudacious.
author nenolod
date Wed, 18 Jan 2006 10:38:51 -0800
parents cb178e5ad177
children
line wrap: on
line diff
--- a/libaudacious/Makefile.am	Tue Jan 17 18:15:15 2006 -0800
+++ b/libaudacious/Makefile.am	Wed Jan 18 10:38:51 2006 -0800
@@ -42,10 +42,11 @@
 	formatter.c formatter.h \
 	titlestring.c titlestring.h \
 	xentry.c xentry.h \
-	xconvert.c xconvert.h
+	xconvert.c xconvert.h \
+	xml_document.c xml_document.h
 
 beepinclude_HEADERS = \
 	vfs.h rcfile.h configdb.h \
 	configfile.h \
 	beepctrl.h dirbrowser.h util.h \
-	formatter.h titlestring.h
+	formatter.h titlestring.h xml_document.h