mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
5e3e277edd
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.
57 lines
1.1 KiB
Makefile
57 lines
1.1 KiB
Makefile
include $(top_srcdir)/Makefile.shared
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
DESKTOP_IN_FILES=nautilus.desktop.in
|
|
DESKTOP_FILES=$(DESKTOP_IN_FILES:.desktop.in=.desktop)
|
|
|
|
SUBDIRS = \
|
|
libnautilus \
|
|
cut-n-paste-code \
|
|
libbackground \
|
|
libnautilus-private \
|
|
libnautilus-adapter \
|
|
src \
|
|
test \
|
|
components \
|
|
po \
|
|
data \
|
|
icons \
|
|
user-guide \
|
|
help \
|
|
omf-install \
|
|
docs \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST= \
|
|
COPYING.LIB \
|
|
COPYING-DOCS \
|
|
HACKING \
|
|
MAINTAINERS \
|
|
nautilus.spec.in \
|
|
nautilus.desktop \
|
|
nautilus.desktop.in \
|
|
gnome-starthere-96.png \
|
|
gnome-starthere.png \
|
|
ChangeLog-20000414 \
|
|
ChangeLog-20000625 \
|
|
ChangeLog-20000831 \
|
|
ChangeLog-20001018 \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in \
|
|
Makefile.shared \
|
|
add-include-prefix \
|
|
$(DESKTOP_IN_FILES) \
|
|
$(DESKTOP_FILES) \
|
|
$(NULL)
|
|
|
|
appicondir = $(datadir)/pixmaps
|
|
appicon_DATA = gnome-starthere-96.png \
|
|
gnome-starthere.png
|
|
|
|
Applicationsdir = $(datadir)/applications
|
|
Applications_DATA = $(DESKTOP_FILES)
|
|
|
|
dist-hook: nautilus.spec
|
|
cp nautilus.spec $(distdir)
|