summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a0127e96e..e2df2c1aa 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,7 +5,9 @@ xml_files = $(xml_in_files:.xml.in=.xml)
@INTLTOOL_XML_RULE@
desktopdir = $(datadir)/applications
-desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+desktop_DATA = \
+ $(desktop_in_files:.desktop.in=.desktop) \
+ nautilus-classic.desktop
desktop_in_files = \
nautilus.desktop.in \
nautilus-autorun-software.desktop.in \