Fix automake files after README.md -> README rename
Minor followup to crrev.com/1357773004 and crrev.com/1361993002 which moved the README and forgot to update the automake files. This is to make "./configure && make" work. TBR=mark@chromium.org Review URL: https://codereview.chromium.org/1368363002 .
This commit is contained in:
parent
0d53bdd43d
commit
679d70f50b
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ dist_doc_DATA = \
|
|||
INSTALL \
|
||||
LICENSE \
|
||||
NEWS \
|
||||
README
|
||||
README.md
|
||||
|
||||
## Headers
|
||||
if LINUX_HOST
|
||||
|
|
|
@ -2028,7 +2028,7 @@ dist_doc_DATA = \
|
|||
INSTALL \
|
||||
LICENSE \
|
||||
NEWS \
|
||||
README
|
||||
README.md
|
||||
|
||||
@LINUX_HOST_TRUE@includeclhdir = $(includedir)/$(PACKAGE)/client/linux/handler
|
||||
@LINUX_HOST_TRUE@includeclh_HEADERS = $(top_srcdir)/src/client/linux/handler/*.h
|
||||
|
|
Loading…
Reference in a new issue