diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-05-03 01:11:00 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-05-03 01:11:00 +0000 |
commit | f81dc0d45ccab7fffe0f4ab0314fe2e433074d01 (patch) | |
tree | fd0c86a1dccda4a7f0fc5983bf30f234f0ee8542 /data/Makefile.am | |
parent | 94ee23bd96c01a5126b083a94749b15983bad670 (diff) | |
download | nautilus-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.am | 12 |
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) |