1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
#
# Make_sources
# This file is to be included by Makefile to dynamically add modules to the build process
# THIS FILE WAS AUTO GENERATED BY mk_modules_init.sh DO NOT EDIT THIS FILE
#
SOURCES = \
modules/autocompletion/serv_autocompletion.c \
modules/bio/serv_bio.c \
modules/blog/serv_blog.c \
modules/c-ares-dns/serv_c-ares-dns.c \
modules/calendar/serv_calendar.c \
modules/checkpoint/serv_checkpoint.c \
modules/clamav/serv_virus.c \
modules/crypto/serv_crypto.c \
modules/ctdlproto/serv_ctdlproto.c \
modules/ctdlproto/serv_file.c \
modules/ctdlproto/serv_messages.c \
modules/ctdlproto/serv_rooms.c \
modules/ctdlproto/serv_session.c \
modules/ctdlproto/serv_syscmds.c \
modules/ctdlproto/serv_user.c \
modules/dspam/serv_dspam.c \
modules/eventclient/serv_eventclient.c \
modules/expire/expire_policy.c \
modules/expire/serv_expire.c \
modules/extnotify/extnotify_main.c \
modules/extnotify/funambol65.c \
modules/fulltext/crc16.c \
modules/fulltext/ft_wordbreaker.c \
modules/fulltext/serv_fulltext.c \
modules/image/serv_image.c \
modules/imap/imap_acl.c \
modules/imap/imap_fetch.c \
modules/imap/imap_list.c \
modules/imap/imap_metadata.c \
modules/imap/imap_misc.c \
modules/imap/imap_search.c \
modules/imap/imap_store.c \
modules/imap/imap_tools.c \
modules/imap/serv_imap.c \
modules/inetcfg/serv_inetcfg.c \
modules/instmsg/serv_instmsg.c \
modules/listsub/serv_listsub.c \
modules/managesieve/serv_managesieve.c \
modules/migrate/serv_migrate.c \
modules/mrtg/serv_mrtg.c \
modules/network/serv_netfilter.c \
modules/network/serv_netmail.c \
modules/network/serv_netspool.c \
modules/network/serv_network.c \
modules/networkclient/serv_networkclient.c \
modules/newuser/serv_newuser.c \
modules/nntp/serv_nntp.c \
modules/nntp/wildmat.c \
modules/notes/serv_notes.c \
modules/openid/serv_openid_rp.c \
modules/pop3/serv_pop3.c \
modules/pop3client/serv_pop3client.c \
modules/roomchat/serv_roomchat.c \
modules/rssclient/rss_atom_parser.c \
modules/rssclient/serv_rssclient.c \
modules/rwho/serv_rwho.c \
modules/sieve/serv_sieve.c \
modules/smtp/serv_smtp.c \
modules/smtp/serv_smtpeventclient.c \
modules/smtp/serv_smtpqueue.c \
modules/smtp/smtp_clienthandlers.c \
modules/smtp/smtp_util.c \
modules/spam/serv_spam.c \
modules/test/serv_test.c \
modules/upgrade/serv_upgrade.c \
modules/urldeshortener/serv_expand_shorter_urls.c \
modules/vcard/serv_vcard.c \
modules/wiki/serv_wiki.c \
modules/xmpp/serv_xmpp.c \
modules/xmpp/xmpp_messages.c \
modules/xmpp/xmpp_presence.c \
modules/xmpp/xmpp_query_namespace.c \
modules/xmpp/xmpp_queue.c \
modules/xmpp/xmpp_sasl_service.c
|