diff src/audacious/Makefile @ 2537:7aac1b5ef85d trunk

[svn] - reinstate rcfile class for now
author nenolod
date Sat, 17 Feb 2007 01:54:30 -0800
parents b06d60a5cb15
children 719e0898ff3c
line wrap: on
line diff
--- a/src/audacious/Makefile	Sat Feb 17 01:02:11 2007 -0800
+++ b/src/audacious/Makefile	Sat Feb 17 01:54:30 2007 -0800
@@ -29,6 +29,7 @@
 
 HEADERS = \
 	formatter.h \
+	rcfile.h \
 	i18n.h \
 	input.h \
 	hook.h \
@@ -73,6 +74,7 @@
 	playlist.c \
 	playlist_container.c \
 	pluginenum.c \
+	rcfile.c \
 	signals.c \
 	strings.c \
 	titlestring.c \