summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-10-08 21:16:07 +0000
committerChristophe Fergeau <teuf@src.gnome.org>2004-10-08 21:16:07 +0000
commit95f498692414fdff6b7c82720b134e6ab1fded44 (patch)
treed6a260e6c023f8c10e76bd57b6bfd3718434be1c
parent91f43f2085cadc32298c11e4687274e8b2ac199a (diff)
downloadgnome-control-center-95f498692414fdff6b7c82720b134e6ab1fded44.tar.gz
switch ALSA_LIBS and GST_LIBS order in libacme_la_LIBADD, fixes some
2004-10-08 Christophe Fergeau <teuf@gnome.org> * gnome-settings-daemon/actions/Makefile.am: switch ALSA_LIBS and GST_LIBS order in libacme_la_LIBADD, fixes some libtool link issues on Debian.
-rw-r--r--ChangeLog6
-rw-r--r--gnome-settings-daemon/actions/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eab82d9ea..1a94d82fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-08 Christophe Fergeau <teuf@gnome.org>
+
+ * gnome-settings-daemon/actions/Makefile.am: switch ALSA_LIBS and
+ GST_LIBS order in libacme_la_LIBADD, fixes some libtool link
+ issues on Debian.
+
Tue Sep 14 17:50:56 2004 Jonathan Blandford <jrb@redhat.com>
* configure.in:
diff --git a/gnome-settings-daemon/actions/Makefile.am b/gnome-settings-daemon/actions/Makefile.am
index 97a3ba32b..6939798af 100644
--- a/gnome-settings-daemon/actions/Makefile.am
+++ b/gnome-settings-daemon/actions/Makefile.am
@@ -30,7 +30,7 @@ libacme_la_SOURCES = \
acme-volume-dummy.c acme-volume-dummy.h
libacme_la_LIBADD = \
- $(ALSA_LIBS) $(GST_LIBS)
+ $(GST_LIBS) $(ALSA_LIBS)
Datadir = $(datadir)/control-center-2.0/interfaces/
Data_DATA = acme.glade