diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-12-10 07:18:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-12-10 07:18:31 +0800 |
commit | d2971bf6453efbd6b0d63ac9d4a06727062c2955 (patch) | |
tree | efca52bca3d06cb3d4df00c1ab3e225f7ad98f2b /camel/Makefile.am | |
parent | 3b74718def0fd873118d80332cfd1c7e83642394 (diff) | |
download | gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.tar.gz gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.tar.zst gsoc2013-evolution-d2971bf6453efbd6b0d63ac9d4a06727062c2955.zip |
New code to scan for patterns (used only for url pattern matching atm, but
2002-12-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-url-scanner.c: New code to scan for patterns (used only
for url pattern matching atm, but we may find other uses for this
and thus rename it? I dunno). Uses ETrie.
svn path=/trunk/; revision=19075
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 58e9117dbf..df98ed5d1a 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -109,6 +109,7 @@ libcamel_la_SOURCES = \ camel-transport.c \ camel-uid-cache.c \ camel-url.c \ + camel-url-scanner.c \ camel-utf8.c \ camel-vee-folder.c \ camel-vee-store.c \ @@ -208,6 +209,7 @@ libcamelinclude_HEADERS = \ camel-types.h \ camel-uid-cache.h \ camel-url.h \ + camel-url-scanner.h \ camel-utf8.h \ camel-vee-folder.h \ camel-vee-store.h \ |