Link to libbackground.la.
2002-01-28 Richard Hestilow <hestilow@ximian.com> * Link to libbackground.la.
This commit is contained in:
parent
e699ee819e
commit
888b9aa637
4 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-01-28 Richard Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
|
* Link to libbackground.la.
|
||||||
|
|
||||||
2002-01-17 Jakub Steiner <jimmac@ximian.com>
|
2002-01-17 Jakub Steiner <jimmac@ximian.com>
|
||||||
|
|
||||||
* background-capplet.png: minor tweaks
|
* background-capplet.png: minor tweaks
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
bin_PROGRAMS = gnome2-background-properties
|
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
|
gnome2_background_properties_SOURCES = background-properties-capplet.c
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2002-01-28 Richard Hestilow <hestilow@ximian.com>
|
||||||
|
|
||||||
|
* Link to libbackground.la.
|
||||||
|
|
||||||
2002-01-21 Anders Carlsson <andersca@gnu.org>
|
2002-01-21 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
* gnome-settings-xsettings.c: Add support for changing themes.
|
* gnome-settings-xsettings.c: Add support for changing themes.
|
||||||
|
|
|
@ -24,7 +24,7 @@ gnome2_settings_daemon_SOURCES = \
|
||||||
|
|
||||||
gnome2_settings_daemon_LDADD = \
|
gnome2_settings_daemon_LDADD = \
|
||||||
$(GNOME_SETTINGS_DAEMON_LIBS) \
|
$(GNOME_SETTINGS_DAEMON_LIBS) \
|
||||||
$(top_builddir)/libbackground/libbackground.a \
|
$(top_builddir)/libbackground/libbackground.la \
|
||||||
$(top_builddir)/libsounds/libsounds.a \
|
$(top_builddir)/libsounds/libsounds.a \
|
||||||
$(XF86MISC_LIBS)
|
$(XF86MISC_LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue