summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alla@lysator.liu.se>2002-03-04 04:30:03 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-03-04 04:30:03 +0000
commit5e3e277edd3385be3913ab2c02851d5a434dcfc3 (patch)
tree22086601d7327c144d97a0e6f9accefd77a260aa /Makefile.am
parent9dfc2f07d4ec104164b4956e9121a1f45863c0ee (diff)
downloadnautilus-5e3e277edd3385be3913ab2c02851d5a434dcfc3.tar.gz
Based on patch from Richard Hestilow <hestilow@ximian.com>
2002-03-03 Alexander Larsson <alla@lysator.liu.se> Based on patch from Richard Hestilow <hestilow@ximian.com> * Makefile.am: Add libbackground directory * configure.in: Add CAPPLET flags and libs for libbackground Add libbackground/Makefile to list of Makefiles * libnautilus-private/Makefile.am: Add libbackground to dependency_static_libs * libnautilus-private/nautilus-directory-background.c: (nautilus_connect_desktop_background_to_file_metadata), (nautilus_file_background_read_desktop_settings), (nautilus_file_background_write_desktop_settings), (desktop_background_destroyed_callback), (desktop_background_gconf_notify_cb), (nautilus_file_background_receive_gconf_changes), (set_root_pixmap): Implement reading and writing of desktop background setting using libbackground.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7df213b93..e9e271341 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,7 @@ DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)
SUBDIRS = \
libnautilus \
cut-n-paste-code \
+ libbackground \
libnautilus-private \
libnautilus-adapter \
src \