use the libsounds.la now that libsounds uses libtool (bug #515252)

2008-02-09  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am: use the libsounds.la now that libsounds uses libtool
	(bug #515252)

svn path=/trunk/; revision=8462
This commit is contained in:
Jens Granseuer 2008-02-09 15:41:21 +00:00 committed by Jens Granseuer
parent d1ca768a6c
commit ab3c936d27
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-02-09 Jens Granseuer <jensgr@gmx.net>
* Makefile.am: use the libsounds.la now that libsounds uses libtool
(bug #515252)
2007-12-11 Jens Granseuer <jensgr@gmx.net>
* Makefile.am:

View file

@ -4,7 +4,7 @@ cappletname = sound
bin_PROGRAMS = gnome-sound-properties
gnome_sound_properties_LDADD = \
$(top_builddir)/libsounds/libsounds.a \
$(top_builddir)/libsounds/libsounds.la \
$(GNOMECC_CAPPLETS_LIBS) \
$(SOUND_CAPPLET_LIBS) \
$(HAL_LIBS)