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.
This commit is contained in:
parent
91f43f2085
commit
95f4986924
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue