summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-10-14 19:19:41 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2008-10-14 19:19:41 +0000
commit368fef44d8b9cc8cd1a527fab6aa9be20fd95e18 (patch)
tree9286382968d893baf5a8c3384f8e15744de1dbb1 /macros
parent580ad6f7786fba0740a00f98cf3d398bb5dfcd58 (diff)
downloadneon-368fef44d8b9cc8cd1a527fab6aa9be20fd95e18.tar.gz
Introduce new ACL interface under separate header, function name, and
restore API/ABI backwards-compat with old ACL interface: * src/ne_acl3744.c, src/ne_acl3744.h: Renamed from ne_acl.c, ne_acl.h. (ne_acl3744_set): Renamed from ne_acl_set. * src/ne_oldacl.c, src/ne_acl.h: Copied from old ne_acl.c, ne_acl.h on 0.28.x branch. * src/Makefile.in: Update deps. * test/acl3744.c: Renamed from acl.c. (test_acl): Call new function name. * test/oldacl.c: Copied from acl.c on 0.28.x branch. * test/Makefile.in: Update accordingly. * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Update for new source file names. * neon.mak: Update for new source file names. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1567 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'macros')
-rw-r--r--macros/neon.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index 8f47d80..be2de7d 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -715,7 +715,7 @@ if test "x$neon_no_acl" = "xyes"; then
AC_MSG_RESULT(no)
else
AC_MSG_RESULT(yes)
- NEON_EXTRAOBJS="$NEON_EXTRAOBJS ne_acl"
+ NEON_EXTRAOBJS="$NEON_EXTRAOBJS ne_oldacl ne_acl3744"
fi
NEON_SSL()