Diff between 708bf7d11056daa715267d6ba66fa038693e6a55 and 057da54566f6ca8f0e795ec53fdd569607d61758

Changed Files

File Additions Deletions Status
Makefile.am +8 -1 modified

Full Patch

diff --git a/Makefile.am b/Makefile.am
index 708e2ff..e8b31a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -744,6 +744,7 @@ endif
 EXTRA_DIST += $(manual_pages) $(patsubst %.1,%.rst, \
 				$(patsubst %.8,%.rst,$(manual_pages)))
 
+# pkg-config gives absolute paths that do not work with distcheck that wants to use its own $(prefix)
 AM_DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --enable-library \
 						--enable-health \
 						--enable-midi \
@@ -751,7 +752,13 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles --enable-library \
 						--enable-mesh \
 						--enable-btpclient \
 						--disable-systemd \
-						--disable-udev
+						--disable-udev \
+						--disable-cups \
+						--with-dbusconfdir=$${dc_install_base}/$(DBUS_CONFDIR) \
+						--with-dbussystembusdir=$${dc_install_base}/$(DBUS_SYSTEMBUSDIR) \
+						--with-dbussessionbusdir=$${dc_install_base}/$(DBUS_SESSIONBUSDIR)
+
+
 
 DISTCLEANFILES = $(pkgconfig_DATA) $(unit_tests) $(manual_pages)