Link to libbackground.la.

2002-01-28  Richard Hestilow  <hestilow@ximian.com>

	* Link to libbackground.la.
This commit is contained in:
Richard Hestilow 2002-01-29 00:18:55 +00:00 committed by Rachel Hestilow
parent e699ee819e
commit 888b9aa637
4 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2002-01-28 Richard Hestilow <hestilow@ximian.com>
* Link to libbackground.la.
2002-01-17 Jakub Steiner <jimmac@ximian.com>
* background-capplet.png: minor tweaks

View file

@ -1,6 +1,6 @@
bin_PROGRAMS = gnome2-background-properties
gnome2_background_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/libbackground/libbackground.a
gnome2_background_properties_LDADD = $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/libbackground/libbackground.la
gnome2_background_properties_SOURCES = background-properties-capplet.c
@INTLTOOL_DESKTOP_RULE@

View file

@ -1,3 +1,7 @@
2002-01-28 Richard Hestilow <hestilow@ximian.com>
* Link to libbackground.la.
2002-01-21 Anders Carlsson <andersca@gnu.org>
* gnome-settings-xsettings.c: Add support for changing themes.

View file

@ -24,7 +24,7 @@ gnome2_settings_daemon_SOURCES = \
gnome2_settings_daemon_LDADD = \
$(GNOME_SETTINGS_DAEMON_LIBS) \
$(top_builddir)/libbackground/libbackground.a \
$(top_builddir)/libbackground/libbackground.la \
$(top_builddir)/libsounds/libsounds.a \
$(XF86MISC_LIBS)