[evolution-activesync] Fix make dist



commit 6e59997c93437942eb9f0cd23f403248b728b742
Author: Simo Sorce <simo redhat com>
Date:   Wed Sep 16 17:01:35 2015 -0400

    Fix make dist
    
    collection and configuration directories were missing

 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4c405ae..536e161 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,10 +18,12 @@ gsettings_SCHEMAS = org.meego.activesyncd.gschema.xml org.meego.activesyncd.acco
 @GSETTINGS_RULES@
 
 # full set of directories for "make dist"
-DIST_SUBDIRS = . libeasaccount/src libeasclient libeasaccount/tests eas-daemon check_tests libevoeas camel 
meego QtActivesyncdConfig po
+DIST_SUBDIRS = . libeasaccount/src libeasclient libeasaccount/tests eas-daemon check_tests libevoeas camel 
meego QtActivesyncdConfig po collection configuration
 # subset of that list for "make && make install"
 SUBDIRS = . libeasaccount/src libeasclient eas-daemon check_tests $(CAMEL_DIRS) $(MEEGO_DIR) $(QTCONFIG_DIR) 
po collection configuration
 
+dist_noinst_DATA = $(gsettings_SCHEMAS)
+
 EXTRA_DIST = autogen.sh
 
 pkgconfigdir = ${libdir}/pkgconfig


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