comparison 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
comparison
equal deleted inserted replaced
1174:6ae15616b516 1175:d03157b6b5dd
24 -I../intl 24 -I../intl
25 25
26 HEADERS = \ 26 HEADERS = \
27 input.h \ 27 input.h \
28 output.h \ 28 output.h \
29 plugin.h 29 plugin.h \
30 prefswin.h
30 31
31 SOURCES = \ 32 SOURCES = \
32 build_stamp.c \ 33 build_stamp.c \
33 genevent.c \ 34 genevent.c \
34 skin.c \ 35 skin.c \