]> jfr.im git - solanum.git/blob - extensions/Makefile.am
extensions/extb_ssl.c: make certfp parameter case-insensitive
[solanum.git] / extensions / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/librb/include $(LTDLINCL)
2 AM_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined -shared
3 AM_LDFLAGS += -export-symbols-regex _mheader
4 LIBS += $(top_srcdir)/ircd/libircd.la
5 if MINGW
6 LIBS += $(top_srcdir)/librb/src/librb.la
7 endif
8
9 extensiondir=@moduledir@/extensions
10
11 extension_LTLIBRARIES = \
12 chantype_dummy.la \
13 chm_adminonly.la \
14 chm_operonly.la \
15 chm_operonly_compat.la \
16 chm_insecure.la \
17 chm_nonotice.la \
18 chm_operpeace.la \
19 chm_quietunreg_compat.la \
20 chm_sslonly.la \
21 chm_sslonly_compat.la \
22 createauthonly.la \
23 createoperonly.la \
24 extb_account.la \
25 extb_canjoin.la \
26 extb_channel.la \
27 extb_hostmask.la \
28 extb_oper.la \
29 extb_server.la \
30 extb_ssl.la \
31 extb_realname.la \
32 extb_usermode.la \
33 extb_extgecos.la \
34 extb_combi.la \
35 force_user_invis.la \
36 helpops.la \
37 hurt.la \
38 ip_cloaking.la \
39 ip_cloaking_old.la \
40 ip_cloaking_3.0.la \
41 ip_cloaking_4.0.la \
42 override.la \
43 override_kick_immunity.la \
44 restrict-unauthenticated.la \
45 sno_channelcreate.la \
46 sno_farconnect.la \
47 sno_globalkline.la \
48 sno_globalnickchange.la \
49 sno_globaloper.la \
50 sno_whois.la \
51 umode_noctcp.la \
52 m_adminwall.la \
53 m_echotags.la \
54 m_extendchans.la \
55 m_findforwards.la \
56 m_identify.la \
57 m_locops.la \
58 m_mkpasswd.la \
59 m_ojoin.la \
60 m_okick.la \
61 m_omode.la \
62 m_opme.la \
63 m_sendbans.la \
64 m_webirc.la \
65 m_remove.la \
66 m_roleplay.la \
67 hide_uncommon_channels.la \
68 no_kill_services.la \
69 no_locops.la \
70 no_oper_invis.la \
71 sasl_usercloak.la \
72 spy_admin_notice.la \
73 spy_info_notice.la \
74 spy_links_notice.la \
75 spy_motd_notice.la \
76 spy_stats_notice.la \
77 spy_stats_p_notice.la \
78 spy_trace_notice.la \
79 drain.la \
80 example_module.la
81
82 if HAVE_HYPERSCAN
83 extension_LTLIBRARIES += filter.la
84 endif