summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2015-05-25 21:18:54 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2015-05-25 21:18:54 +0100
commitae039b6078ea0f3454ddfb1074730076da43d061 (patch)
tree9e767b1f2517e7c609071ffbf7e1812b7698e6d3
parentad95d641b62955a2f228968f4a141a80c053180a (diff)
downloadfolks-ae039b6078ea0f3454ddfb1074730076da43d061.tar.gz
Revert "build: Disable libsocialweb backend on distcheck"
This reverts commit cdd1ff41c6b58841f3be29845ccab2668e35c0db. It turns out it’s more pain to disable libsocialweb and try to fight the irrepressible combination of automake and Vala than it is to just un-break libsocialweb to get distcheck to pass. Turns out that it’s basically impossible to stop automake trying to generate C files from .vala files, even if those .vala files are listed in EXTRA_DIST and not SOURCES, or are hidden behind an if ENABLE_LIBSOCIALWEB.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a61890c1..69a25d25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
--enable-tests \
--enable-eds-backend \
--enable-telepathy-backend \
- --disable-libsocialweb-backend \
+ --enable-libsocialweb-backend \
--enable-tracker-backend \
--enable-zeitgeist \
--disable-vala \