summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authoraaron <aaron@7b491191-dbf0-0310-aff6-d879d4d69008>2006-06-03 04:26:27 +0000
committeraaron <aaron@7b491191-dbf0-0310-aff6-d879d4d69008>2006-06-03 04:26:27 +0000
commit048ab8883439c9e4e2bc445567654b17e79889e0 (patch)
tree2ff1bedc7d5ea17b2b75c10e6f0a271595565fa3 /Makefile.am
parentc06e82794171635f821903ea52784970b077a949 (diff)
* auth.h, authmodule.c, authmodule.h, modules/authldap.c,
modules/authsql.c: Added function auth_get_aliases_ext (for bug #174). * dm_match.h, dm_match.c, dbmail.h.in, Makefile.am: Added functions match_glob and match_glob_list (for bug #174). * check_dbmail_user.c, dbmail-user.c: Handle wildcards ? and * for aliases and forwards (closes bug #174). git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@2144 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ca486d0a..933c4d6a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ COMMON = dbmail-user.c \
misc.c \
pidfile.c \
dm_md5.c \
+ dm_match.c \
dm_base64.c $(DM_GETOPT)
SERVER = server.c \