Mercurial > audlegacy
changeset 1646:c0cef063bba3 trunk
[svn] - add Makefile
- install wa2gui to Container/ (XXX)
author | nenolod |
---|---|
date | Thu, 07 Sep 2006 20:50:14 -0700 |
parents | 67f6cfc251de |
children | 310865cd03a6 |
files | ChangeLog Plugins/UserInterface/Makefile Plugins/UserInterface/wa2gui/Makefile |
diffstat | 3 files changed, 18 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu Sep 07 20:41:35 2006 -0700 +++ b/ChangeLog Thu Sep 07 20:50:14 2006 -0700 @@ -1,3 +1,13 @@ +2006-09-08 03:41:35 +0000 William Pitcock <nenolod@nenolod.net> + revision [2221] + - new InterfacePlugin API. + Like the ContainerPlugin API, it extends the LowlevelPlugin API. + + + Changes: Modified: + +43 -0 trunk/audacious/interface.h + + 2006-09-08 03:27:46 +0000 William Pitcock <nenolod@nenolod.net> revision [2219] - keep filepopup code in the core for now
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/UserInterface/Makefile Thu Sep 07 20:50:14 2006 -0700 @@ -0,0 +1,6 @@ +include ../../mk/rules.mk +include ../../mk/init.mk + +SUBDIRS = wa2gui + +include ../../mk/objective.mk
--- a/Plugins/UserInterface/wa2gui/Makefile Thu Sep 07 20:41:35 2006 -0700 +++ b/Plugins/UserInterface/wa2gui/Makefile Thu Sep 07 20:50:14 2006 -0700 @@ -7,7 +7,8 @@ noinst_HEADERS = coreaudio.h -LIBDIR = $(plugindir)/$(USERINTERFACE_PLUGIN_DIR) +# XXX I'm lazy, so... +LIBDIR = $(plugindir)/$(CONTAINER_PLUGIN_DIR) LIBADD = $(GTK_LIBS) SOURCES = mainwin.c equalizer.c playlist.c wa2gui.c