summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristanvb@openismus.com>2012-12-05 21:19:15 +0900
committerTristan Van Berkom <tristanvb@openismus.com>2012-12-05 21:19:15 +0900
commit311dc7b5b7518a160bd30d9f600e09f0b4421d0e (patch)
tree9b99094169b23e63e82478be151d32bd95b360cb
parentb92d8ff8c7c8e169f8ac4305ffb4e96ad569b309 (diff)
downloadevolution-data-server-311dc7b5b7518a160bd30d9f600e09f0b4421d0e.tar.gz
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.
-rw-r--r--addressbook/backends/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/backends/Makefile.am b/addressbook/backends/Makefile.am
index 4df5b3dc0..03581c445 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