From 679d70f50bfc0d20349094105d427f5bb8e220f8 Mon Sep 17 00:00:00 2001 From: Primiano Tucci Date: Mon, 28 Sep 2015 14:02:08 +0100 Subject: 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 . --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 86bfdcfe..2abeeb53 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- cgit v1.2.1