diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 30c9ec7..d2ca5dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,7 @@ x11perf_SOURCES = \ bin_SCRIPTS = x11perfcomp CLEANFILES = $(bin_SCRIPTS) -EXTRA_DIST = $(bin_SCRIPTS:=.in) +EXTRA_DIST = $(bin_SCRIPTS:=.in) README.md DIR_SUBSTS = -e 's|@x11perfcompdir[@]|$(x11perfcompdir)|g' DIR_SUBSTS += -e 's|@MKTEMP[@]|$(MKTEMP)|g' |