summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-05-03 01:11:00 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-05-03 01:11:00 +0000
commitf81dc0d45ccab7fffe0f4ab0314fe2e433074d01 (patch)
treefd0c86a1dccda4a7f0fc5983bf30f234f0ee8542 /data/Makefile.am
parent94ee23bd96c01a5126b083a94749b15983bad670 (diff)
downloadnautilus-f81dc0d45ccab7fffe0f4ab0314fe2e433074d01.tar.gz
1st cut at the property browser for drag and drop customization
1st cut at the property browser for drag and drop customization
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index dfec61798..138584f79 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,15 @@
NULL=
-SUBDIRS =\
+infodir = $(datadir)/nautilus
+
+info_DATA = \
+ browser.xml \
+ $(NULL)
+
+EXTRA_DIST = $(info_DATA)
+
+SUBDIRS = \
+ backgrounds \
+ emblems \
top \
$(NULL)