diff audacious/Makefile.in @ 1175:d03157b6b5dd trunk

[svn] prefswin_page_new(): This commit allows third party plugins to register directly into the preferences panel. This concept originates from Winamp3/Wasabi.Player (I always thought it was cool, myself, so here it is.)
author nenolod
date Sun, 11 Jun 2006 20:11:40 -0700
parents 95365899992e
children
line wrap: on
line diff
--- a/audacious/Makefile.in	Sun Jun 11 17:28:56 2006 -0700
+++ b/audacious/Makefile.in	Sun Jun 11 20:11:40 2006 -0700
@@ -26,7 +26,8 @@
 HEADERS = \
 	input.h \
 	output.h \
-	plugin.h
+	plugin.h \
+	prefswin.h
 
 SOURCES = \
 	build_stamp.c \