diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 20:56:58 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-11-16 20:56:58 -0800 |
commit | 356f6e0bd5cb881f43200ff1db1eb257e261afdd (patch) | |
tree | a7267e3c650fe1ae07cac3de0cd819576f83bbba /Makefile.am | |
parent | 98648d7bac718b8401e4277f5fccdf53aa038834 (diff) |
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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' |