mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
f81dc0d45c
1st cut at the property browser for drag and drop customization
15 lines
158 B
Makefile
15 lines
158 B
Makefile
NULL=
|
|
|
|
infodir = $(datadir)/nautilus
|
|
|
|
info_DATA = \
|
|
browser.xml \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = $(info_DATA)
|
|
|
|
SUBDIRS = \
|
|
backgrounds \
|
|
emblems \
|
|
top \
|
|
$(NULL)
|