diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-07 19:40:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-07 19:40:25 +0200 |
commit | d2d12cd1bfd90f3a13273d82331a7cbd36a93231 (patch) | |
tree | 9b766323fa50822303a838e0d8326040485c19f5 /Makefile.am | |
parent | b1a954eace84207225e09f318728e90eae03fe97 (diff) |
build-sys: make make distcheck work again
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 56047c3971..7c0f793db6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -565,5 +565,9 @@ if TARGET_GENTOO endif DISTCHECK_CONFIGURE_FLAGS = \ + --with-dbuspolicydir=$$dc_install_base/$(dbuspolicydir) \ + --with-dbussessionservicedir=$$dc_install_base/$(dbussessionservicedir) \ + --with-dbussystemservicedir=$$dc_install_base/$(dbussystemservicedir) \ + --with-dbusinterfacedir=$$dc_install_base/$(dbusinterfacedir) \ --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \ --with-rootdir=$$dc_install_base/$(rootdir) |