2009-07-22 Mark Doffman <mark.doffman@codethink.co.uk>
authorMark Doffman <mdoff@altair-voyager.(none)>
Wed, 22 Jul 2009 13:11:18 +0000 (14:11 +0100)
committerMark Doffman <mdoff@altair-voyager.(none)>
Wed, 22 Jul 2009 13:11:18 +0000 (14:11 +0100)
        Fix to correct make distcheck error with desktop service file.

configure.ac
dbind/Makefile.am

index 31b3ca4..70f7525 100644 (file)
@@ -205,7 +205,7 @@ AC_CONFIG_FILES([Makefile
                 droute/Makefile
                 spi-common/Makefile
                 registryd/Makefile
-                registryd/at-spi-registryd.desktop.in.in
+                registryd/at-spi-registryd.desktop.in
                 atk-adaptor/Makefile
                 login-helper/Makefile
                 tests/dummyatk/Makefile
index bd0f314..8d56a23 100644 (file)
@@ -29,3 +29,6 @@ service_DATA     = $(service_in_files:.service.in=.service)
 
 $(service_DATA): $(service_in_files) Makefile
        @sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
+
+DISTCLEANFILES = org.freedesktop.atspi.Registry.service
+EXTRA_DIST = org.freedesktop.atspi.Registry.service.in