diff options
author | Jan Lehnardt <jan@apache.org> | 2009-02-12 15:52:37 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2009-02-12 15:52:37 +0000 |
commit | d3696668cfa93a69e55ff8717b7990f49e740b06 (patch) | |
tree | 229eedbc154a63d9434ade40704d9414895ab242 | |
parent | 645cfeaa0341fda45d64c726b0760c7190b26c06 (diff) |
Fix `make distcheck` (which builds releases and nightlies)
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@743787 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/ibrowse/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ibrowse/Makefile.am b/src/ibrowse/Makefile.am index e4feb3d7..614bdc39 100644 --- a/src/ibrowse/Makefile.am +++ b/src/ibrowse/Makefile.am @@ -38,7 +38,8 @@ ibrowseebin_DATA = \ EXTRA_DIST = \ $(ibrowse_file_collection) \ - $(ibrowseebin_static_file) + $(ibrowseebin_static_file) \ + ibrowse.hrl CLEANFILES = \ $(ibrowseebin_make_generated_file_list) |