diff src/audacious/Makefile @ 2367:d5522d3cd68f trunk

[svn] fix a stupid bug of mine
author mf0102
date Fri, 19 Jan 2007 15:05:01 -0800
parents cfc8431aceb5
children ab2b1b6f6179
line wrap: on
line diff
--- a/src/audacious/Makefile	Fri Jan 19 14:32:23 2007 -0800
+++ b/src/audacious/Makefile	Fri Jan 19 15:05:01 2007 -0800
@@ -27,6 +27,19 @@
 	-I.. -I../..   \
 	-I../intl
 
+HEADERS = \
+	input.h \
+	main.h \
+	output.h \
+	playlist.h \
+	playlist_container.h \
+	plugin.h \
+	ui_fileinfopopup.h \
+	ui_preferences.h \
+	util.h \
+	vfs.h \
+	vfs_buffer.h
+
 SOURCES = \
 	build_stamp.c \
 	controlsocket.c \