mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
c0f797d9dc
first checkin for link sets, which are incomplete and not hooked up yet. Also, added a title to the property browser and improved the default color choices to one's specified by Susan.
16 lines
170 B
Makefile
16 lines
170 B
Makefile
NULL=
|
|
|
|
infodir = $(datadir)/nautilus
|
|
|
|
info_DATA = \
|
|
browser.xml \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = $(info_DATA)
|
|
|
|
SUBDIRS = \
|
|
backgrounds \
|
|
emblems \
|
|
linksets \
|
|
top \
|
|
$(NULL)
|