summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:56:58 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-16 20:56:58 -0800
commit356f6e0bd5cb881f43200ff1db1eb257e261afdd (patch)
treea7267e3c650fe1ae07cac3de0cd819576f83bbba /Makefile.am
parent98648d7bac718b8401e4277f5fccdf53aa038834 (diff)
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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'