diff options
author | Robert Newson <rnewson@apache.org> | 2010-08-10 19:57:55 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2010-08-10 19:57:55 +0000 |
commit | e887c9b22a01d4ad9f6a20578bbaeedf0b08eab7 (patch) | |
tree | 994f2efc87d33aaa855b6dea76c25cc39496dccf | |
parent | 79d3861733a2f492f9e4c4de50b4bfeb5ca89e64 (diff) |
add internal.hrl to INTERNAL_DIST. mea culpa.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@984192 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/mochiweb/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mochiweb/Makefile.am b/src/mochiweb/Makefile.am index 27efebda..752118df 100644 --- a/src/mochiweb/Makefile.am +++ b/src/mochiweb/Makefile.am @@ -88,7 +88,8 @@ mochiwebebin_DATA = \ $(mochiwebebin_make_generated_file_list) EXTRA_DIST = \ - $(mochiweb_file_collection) + $(mochiweb_file_collection) \ + internal.hrl CLEANFILES = \ $(mochiwebebin_make_generated_file_list) |