# HG changeset patch # User nenolod # Date 1157687414 25200 # Node ID c0cef063bba3f8857e97035b4052ba3df2875f0c # Parent 67f6cfc251de46bbaad2552dd393c7ecadec1c08 [svn] - add Makefile - install wa2gui to Container/ (XXX) diff -r 67f6cfc251de -r c0cef063bba3 ChangeLog --- 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 + 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 revision [2219] - keep filepopup code in the core for now diff -r 67f6cfc251de -r c0cef063bba3 Plugins/UserInterface/Makefile --- /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 diff -r 67f6cfc251de -r c0cef063bba3 Plugins/UserInterface/wa2gui/Makefile --- 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