[gnome-screenshot] build: fix distcheck



commit ce1c8b6ee602d29a45f768145f3c6d4d1188e2a9
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Aug 21 11:14:47 2014 -0700

    build: fix distcheck
    
    The service file is autogenerated, so it should not go in EXTRA_DIST,
    but in CLEANFILES.

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 309cb0b..dc7cb5d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -84,7 +84,6 @@ convert_DATA = gnome-screenshot.convert
 @GSETTINGS_RULES@
 
 EXTRA_DIST =                                   \
-       $(dbusservice_DATA)                     \
        $(gsettingsschema_in_files)             \
        $(gnome_screenshot_in_files)            \
        $(man_MANS)                             \
@@ -97,6 +96,7 @@ CLEANFILES = \
        $(BUILT_SOURCES)                        \
        $(gsettings_SCHEMAS)                    \
        $(gnome_screenshot_DATA)                \
+       $(dbusservice_DATA)                     \
        $(NULL)
 
 dist-hook:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]