diff src/audacious/Makefile @ 2404:60f1bc20c19c trunk

[svn] - hooking implementation. example: hook_register("playback begin"); hook_call("playback begin", <PlaylistEntry>);
author nenolod
date Thu, 25 Jan 2007 20:23:16 -0800
parents 1ab061263ee8
children 30ab29ed32d8
line wrap: on
line diff
--- a/src/audacious/Makefile	Thu Jan 25 08:19:54 2007 -0800
+++ b/src/audacious/Makefile	Thu Jan 25 20:23:16 2007 -0800
@@ -30,6 +30,7 @@
 HEADERS = \
 	i18n.h \
 	input.h \
+	hook.h \
 	main.h \
 	output.h \
 	playlist.h \
@@ -56,6 +57,7 @@
 	getopt.c \
 	glade.c \
 	hints.c \
+	hook.c \
 	iir.c \
 	iir_cfs.c \
 	iir_fpu.c \