changeset 2151:c4e61038f367 trunk

[svn] - ui/Makefile was missing.
author nenolod
date Sun, 17 Dec 2006 10:35:49 -0800
parents 7b17bae290df
children 7af1ccd0a0ee
files ChangeLog audacious/ui/Makefile
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Dec 17 10:35:32 2006 -0800
+++ b/ChangeLog	Sun Dec 17 10:35:49 2006 -0800
@@ -1,3 +1,12 @@
+2006-12-17 18:35:32 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [3305]
+  - add XML interface declaration for the playlist editor
+  
+  trunk/audacious/Makefile       |    2 -
+  trunk/audacious/ui/playlist.ui |   76 +++++++++++++++++++++++++++++++++++++++++
+  2 files changed, 77 insertions(+), 1 deletion(-)
+
+
 2006-12-17 18:10:21 +0000  Giacomo Lozito <james@develia.org>
   revision [3303]
   - jump to file: detach model from treeview before updating its rows, then reattach it
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/audacious/ui/Makefile	Sun Dec 17 10:35:49 2006 -0800
@@ -0,0 +1,9 @@
+include ../../mk/rules.mk
+include ../../mk/init.mk
+
+gladexmldir = $(pkgdatadir)/ui
+
+OBJECTIVE_DATA = \
+	playlist.ui:$(gladexmldir)
+
+include ../../mk/objective.mk