changeset 2389:2413a9314bed trunk

[svn] - strings.h should be installed because plugins may use str_to_utf8().
author yaz
date Tue, 23 Jan 2007 02:51:10 -0800
parents 52bcc18eb8bb
children 76745f0dd6f4
files ChangeLog src/audacious/Makefile
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 22 18:21:22 2007 -0800
+++ b/ChangeLog	Tue Jan 23 02:51:10 2007 -0800
@@ -1,3 +1,11 @@
+2007-01-23 02:21:22 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [3786]
+  - attempt to bind the audacious-plugins domain
+  
+  trunk/src/audacious/main.c |    2 ++
+  1 file changed, 2 insertions(+)
+
+
 2007-01-23 02:19:50 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [3784]
   - add i18n.h which wraps gettext in a way that is usable to plugins.
--- a/src/audacious/Makefile	Mon Jan 22 18:21:22 2007 -0800
+++ b/src/audacious/Makefile	Tue Jan 23 02:51:10 2007 -0800
@@ -39,6 +39,7 @@
 	ui_fileinfopopup.h \
 	ui_preferences.h \
 	util.h \
+	strings.h \
 	vfs.h \
 	vfs_buffer.h