comparison 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
comparison
equal deleted inserted replaced
2403:55f92225cd20 2404:60f1bc20c19c
28 -I../intl 28 -I../intl
29 29
30 HEADERS = \ 30 HEADERS = \
31 i18n.h \ 31 i18n.h \
32 input.h \ 32 input.h \
33 hook.h \
33 main.h \ 34 main.h \
34 output.h \ 35 output.h \
35 playlist.h \ 36 playlist.h \
36 playlist_container.h \ 37 playlist_container.h \
37 plugin.h \ 38 plugin.h \
54 genevent.c \ 55 genevent.c \
55 getopt1.c \ 56 getopt1.c \
56 getopt.c \ 57 getopt.c \
57 glade.c \ 58 glade.c \
58 hints.c \ 59 hints.c \
60 hook.c \
59 iir.c \ 61 iir.c \
60 iir_cfs.c \ 62 iir_cfs.c \
61 iir_fpu.c \ 63 iir_fpu.c \
62 input.c \ 64 input.c \
63 logger.c \ 65 logger.c \