summaryrefslogtreecommitdiff
path: root/src/ibrowse
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-02-12 15:52:37 +0000
committerJan Lehnardt <jan@apache.org>2009-02-12 15:52:37 +0000
commitd3696668cfa93a69e55ff8717b7990f49e740b06 (patch)
tree229eedbc154a63d9434ade40704d9414895ab242 /src/ibrowse
parent645cfeaa0341fda45d64c726b0760c7190b26c06 (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
Diffstat (limited to 'src/ibrowse')
-rw-r--r--src/ibrowse/Makefile.am3
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)