]> jfr.im git - solanum.git/blame - extensions/Makefile.am
Note that messages caught in +g/+G are discarded
[solanum.git] / extensions / Makefile.am
CommitLineData
c83f2f5e 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/librb/include $(LTDLINCL)
bc38c72c 2AM_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined -shared
c52df125 3AM_LDFLAGS += -export-symbols-regex _mheader
fea4e2d2 4LIBS += $(top_srcdir)/ircd/libircd.la
c52df125
AC
5
6extensiondir=@moduledir@/extensions
7
8extension_LTLIBRARIES = \
75980a5e 9 chantype_dummy.la \
c52df125
AC
10 chm_adminonly.la \
11 chm_operonly.la \
c4e9deae 12 chm_insecure.la \
c52df125 13 chm_nonotice.la \
e118f2d4 14 chm_operpeace.la \
0ba1da59 15 chm_regmsg.la \
0ed0a9fe 16 chm_sslonly.la \
c52df125
AC
17 createauthonly.la \
18 createoperonly.la \
19 extb_account.la \
20 extb_canjoin.la \
21 extb_channel.la \
22 extb_hostmask.la \
23 extb_oper.la \
0ed0a9fe 24 extb_server.la \
c52df125
AC
25 extb_ssl.la \
26 extb_realname.la \
27 extb_usermode.la \
28 extb_extgecos.la \
29 extb_combi.la \
30 force_user_invis.la \
4d21f1e8 31 helpops.la \
c52df125 32 hurt.la \
91ccda4f 33 invite_notify.la \
0ed0a9fe 34 ip_cloaking.la \
c52df125
AC
35 ip_cloaking_old.la \
36 ip_cloaking_3.0.la \
37 ip_cloaking_4.0.la \
38 override.la \
ead77e93
EK
39 override_kick_immunity.la \
40 restrict-unauthenticated.la \
03906030 41 sno_channelcreate.la \
c52df125 42 sno_farconnect.la \
88c48be5 43 sno_globalnickchange.la \
c52df125 44 sno_globaloper.la \
54d8925e 45 umode_noctcp.la \
0ed0a9fe 46 m_adminwall.la \
ca45daba 47 m_echotags.la \
a4721f5e 48 m_extendchans.la \
c52df125
AC
49 m_findforwards.la \
50 m_identify.la \
0ed0a9fe
EM
51 m_locops.la \
52 m_mkpasswd.la \
c52df125
AC
53 m_ojoin.la \
54 m_okick.la \
55 m_omode.la \
56 m_opme.la \
57 m_sendbans.la \
58 m_webirc.la \
59 m_remove.la \
c52df125
AC
60 hide_uncommon_channels.la \
61 no_kill_services.la \
62 no_locops.la \
63 no_oper_invis.la \
721410d5 64 sasl_usercloak.la \
b674a619 65 drain.la \
94613c78 66 identify_msg.la \
0862875d 67 cap_realhost.la \
bb10433e 68 invex_regonly.la \
01fb744c 69 umode_hide_idle_time.la \
ef7a99cd 70 cap_oper.la \
c52df125 71 example_module.la
9fe8bccb
EK
72
73if HAVE_HYPERSCAN
74 extension_LTLIBRARIES += filter.la
75endif