diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5cfedb4..30c9ec7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ bin_SCRIPTS = x11perfcomp CLEANFILES = $(bin_SCRIPTS) EXTRA_DIST = $(bin_SCRIPTS:=.in) DIR_SUBSTS = -e 's|@x11perfcompdir[@]|$(x11perfcompdir)|g' +DIR_SUBSTS += -e 's|@MKTEMP[@]|$(MKTEMP)|g' x11perfcomp: x11perfcomp.in $(AM_V_GEN)$(SED) $(DIR_SUBSTS) < $(srcdir)/$@.in > $@ |