build: fix distcheck arguments

We need to delay expansion of ${prefix} until the next configuration
done by distcheck.
This commit is contained in:
Christian Hergert
2017-03-19 22:35:44 -07:00
parent fc5dee0ab5
commit 2be47dc0e4

View File

@ -10,7 +10,7 @@ EXTRA_DIST = \
config.h.meson \
po/meson.build
DISTCHECK_CONFIGURE_FLAGS = --with-sysprofd=bundled --with-systemdsystemunitdir='$(prefix)/etc/systemd/system'
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk --with-sysprofd=bundled --with-systemdsystemunitdir='\${prefix}/etc/systemd/system'
AUTHORS:
$(AM_V_GEN)if test -d "$(srcdir)/.git"; \