diff options
author | Richard Hestilow <hestilow@ximian.com> | 2002-01-29 00:18:55 +0000 |
---|---|---|
committer | Rachel Hestilow <hestgray@src.gnome.org> | 2002-01-29 00:18:55 +0000 |
commit | 888b9aa6379377fb5bc0e7f0ca15c974e4ced238 (patch) | |
tree | a41650dcbbce176023fec0a73a190ad27f63a8ac /gnome-settings-daemon/Makefile.am | |
parent | e699ee819e357ef93a6a43a6e61760f351b08c78 (diff) | |
download | gnome-control-center-888b9aa6379377fb5bc0e7f0ca15c974e4ced238.tar.gz |
Link to libbackground.la.
2002-01-28 Richard Hestilow <hestilow@ximian.com>
* Link to libbackground.la.
Diffstat (limited to 'gnome-settings-daemon/Makefile.am')
-rw-r--r-- | gnome-settings-daemon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-settings-daemon/Makefile.am b/gnome-settings-daemon/Makefile.am index 71c995192..eb269b00b 100644 --- a/gnome-settings-daemon/Makefile.am +++ b/gnome-settings-daemon/Makefile.am @@ -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) |