diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2011-12-19 11:43:18 +0100 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2011-12-19 11:44:19 +0100 |
commit | 2de1c3a4a0294006bbcf950f7473ff962848dc1c (patch) | |
tree | 0821a9ed754cfcfe841455c07e5ba3a364425b37 /data | |
parent | 642835db7ab148e44733206a09bf55cd14660e5a (diff) | |
download | nautilus-2de1c3a4a0294006bbcf950f7473ff962848dc1c.tar.gz |
fdo-dbus: dist the DBus interface XML file
Fixes distcheck
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index b4641581e..63824aaa8 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -42,6 +42,7 @@ EXTRA_DIST = $(nautilusdata_DATA) \ nautilus.desktop \ nautilus.desktop.in \ dbus-interfaces.xml \ + freedesktop-dbus-interfaces.xml \ $(xml_in_files) \ $(desktop_in_files) \ $(service_in_files) \ |