gnome-settings-daemon r52 - in trunk: . plugins/sound plugins/sound/libsounds
- From: rodrigo svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-settings-daemon r52 - in trunk: . plugins/sound plugins/sound/libsounds
- Date: Wed, 16 Jan 2008 16:59:39 +0000 (GMT)
Author: rodrigo
Date: Wed Jan 16 16:59:38 2008
New Revision: 52
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=52&view=rev
Log:
==== 2.21.5.2 ====
2008-01-15 Rodrigo Moya <rodrigo gnome-db org>
* configure.ac:
* NEWS: prepare for 2.21.5.2.
2008-01-15 Rodrigo Moya <rodrigo gnome-db org>
* plugins/sound/Makefile.am:
* plugins/sound/libsounds/Makefile.am: use a libtool library for
x86_64 warnings.
* configure.ac: automake fixes for allowing long file names in tar.gz.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.ac
trunk/plugins/sound/Makefile.am
trunk/plugins/sound/libsounds/Makefile.am
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Wed Jan 16 16:59:38 2008
@@ -1,4 +1,13 @@
================
+Version 2.21.5.2
+================
+
+- Use libtool for building static libs also (Rodrigo Moya)
+- Automake fixes for allowing long file names (Rodrigo Moya)
+- Updated translations:
+ - nb (Kjartan Maraas)
+
+================
Version 2.21.5.1
================
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Wed Jan 16 16:59:38 2008
@@ -1,12 +1,12 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [2.21.5.1],
+ [2.21.5.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([src/gnome-settings-manager.c])
-AM_INIT_AUTOMAKE([1.9])
+AM_INIT_AUTOMAKE([1.9 tar-ustar])
AM_MAINTAINER_MODE
Modified: trunk/plugins/sound/Makefile.am
==============================================================================
--- trunk/plugins/sound/Makefile.am (original)
+++ trunk/plugins/sound/Makefile.am Wed Jan 16 16:59:38 2008
@@ -34,7 +34,7 @@
libsound_la_LIBADD = \
$(SETTINGS_PLUGIN_LIBS) \
- $(top_builddir)/plugins/sound/libsounds/libsounds.a \
+ $(top_builddir)/plugins/sound/libsounds/libsounds.la \
$(NULL)
libsound_la_CFLAGS = \
Modified: trunk/plugins/sound/libsounds/Makefile.am
==============================================================================
--- trunk/plugins/sound/libsounds/Makefile.am (original)
+++ trunk/plugins/sound/libsounds/Makefile.am Wed Jan 16 16:59:38 2008
@@ -1,10 +1,10 @@
-noinst_LIBRARIES = libsounds.a
+noinst_LTLIBRARIES = libsounds.la
INCLUDES = \
-I$(top_srcdir) \
@GNOME_CFLAGS@
-libsounds_a_SOURCES = \
+libsounds_la_SOURCES = \
sound-event.c \
sound-event.h \
sound-properties.c \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]