Merge pull request #294 from Grimthorr/changelog
Fix build error caused by #293
This commit is contained in:
commit
2f2d6ffabf
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ noinst_HEADERS = libhttp/http.h
|
|||
dist_doc_DATA = AUTHORS \
|
||||
COPYING \
|
||||
GPL-2 \
|
||||
ChangeLog \
|
||||
CHANGELOG.md \
|
||||
INSTALL \
|
||||
NEWS \
|
||||
README \
|
||||
|
|
|
@ -42,7 +42,7 @@ subdir = .
|
|||
DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
|
||||
$(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
|
||||
ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
|
||||
CHANGELOG.md INSTALL NEWS TODO config.guess config.sub depcomp \
|
||||
install-sh ltmain.sh missing
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
|
@ -261,7 +261,7 @@ noinst_HEADERS = libhttp/http.h
|
|||
dist_doc_DATA = AUTHORS \
|
||||
COPYING \
|
||||
GPL-2 \
|
||||
ChangeLog \
|
||||
CHANGELOG.md \
|
||||
INSTALL \
|
||||
NEWS \
|
||||
README \
|
||||
|
|
Loading…
Reference in a new issue