summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2005-04-14 19:04:50 +0000
committerJoe Orton <notroj@users.noreply.github.com>2005-04-14 19:04:50 +0000
commitb911a5976eea3558f59ed6c69ea3c753f31a3bdc (patch)
tree8909b9417e0a4eb67dcb400ef2156ca90b733a5c /Makefile.in
parent484571fbbe9b4d885920d97dbc14c8f067cdf8b7 (diff)
downloadneon-git-b911a5976eea3558f59ed6c69ea3c753f31a3bdc.tar.gz
* Makefile.in (DIST_HEADERS): Don't try to install non-existant
ne_cookies.h.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c357127..2c6a23c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -50,8 +50,8 @@ GCOV = gcov
# The headers to distribute - making up the public interface of neon
DIST_HEADERS = ne_request.h ne_session.h ne_utils.h ne_uri.h ne_socket.h \
ne_basic.h ne_207.h ne_props.h ne_xml.h ne_dates.h ne_string.h \
- ne_cookies.h ne_defs.h ne_locks.h ne_alloc.h ne_md5.h ne_i18n.h \
- ne_redirect.h ne_auth.h ne_compress.h ne_acl.h ne_ssl.h
+ ne_defs.h ne_locks.h ne_alloc.h ne_md5.h ne_i18n.h ne_redirect.h \
+ ne_auth.h ne_compress.h ne_acl.h ne_ssl.h
all: subdirs