mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: fix distcheck arguments
We need to delay expansion of ${prefix} until the next configuration
done by distcheck.
This commit is contained in:
@ -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"; \
|
||||
|
||||
Reference in New Issue
Block a user