[evolution-data-server/openismus-work] Specify DIST_SUBDIRS in addressbook/backends/Makefile.am



commit 311dc7b5b7518a160bd30d9f600e09f0b4421d0e
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Wed Dec 5 21:19:15 2012 +0900

    Specify DIST_SUBDIRS in addressbook/backends/Makefile.am
    
    This ensures that the google and ldap backends get packaged into dist
    tarballs even if --without-google was specified in configure.

 addressbook/backends/Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/backends/Makefile.am b/addressbook/backends/Makefile.am
index 4df5b3d..03581c4 100644
--- a/addressbook/backends/Makefile.am
+++ b/addressbook/backends/Makefile.am
@@ -12,4 +12,7 @@ endif
 
 SUBDIRS = file vcf $(LDAP_SUBDIR) $(GOOGLE_SUBDIR) webdav
 
+# All subdirs go into dist tarballs regardless of configure options
+DIST_SUBDIRS = file vcf ldap google webdav
+
 -include $(top_srcdir)/git.mk



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