[gnome-builder] Fix distcheck



commit bd7955bee6264a4aad568f0e5e0df1839cc58e0c
Author: Patrick Griffis <tingping tingping se>
Date:   Thu Jul 21 17:32:38 2016 -0400

    Fix distcheck

 libide/Makefile.am               |    2 ++
 plugins/color-picker/Makefile.am |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/libide/Makefile.am b/libide/Makefile.am
index 467472c..402372a 100644
--- a/libide/Makefile.am
+++ b/libide/Makefile.am
@@ -423,8 +423,10 @@ libide_1_0_la_SOURCES =                                   \
        workbench/ide-layout-stack-private.h              \
        workbench/ide-layout-tab-bar.c                    \
        workbench/ide-layout-tab-bar.h                    \
+       workbench/ide-layout-tab-bar-private.h            \
        workbench/ide-layout-tab.c                        \
        workbench/ide-layout-tab.h                        \
+       workbench/ide-layout-tab-private.h                \
        workbench/ide-omni-bar-row.c                      \
        workbench/ide-omni-bar-row.h                      \
        workbench/ide-perspective-menu-button.c           \
diff --git a/plugins/color-picker/Makefile.am b/plugins/color-picker/Makefile.am
index b455e7b..f5c77ef 100644
--- a/plugins/color-picker/Makefile.am
+++ b/plugins/color-picker/Makefile.am
@@ -62,6 +62,8 @@ gsettings_SCHEMAS =                                                         \
 
 @GSETTINGS_RULES@
 
+EXTRA_DIST += $(gsettings_SCHEMAS)
+
 endif
 
 -include $(top_srcdir)/git.mk


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