]> jfr.im git - solanum.git/blame - extensions/Makefile.am
Stop using chm_nosuch as a sentinel value (#53)
[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
ab6a27d1
SA
5if MINGW
6LIBS += $(top_srcdir)/librb/src/librb.la
7endif
c52df125
AC
8
9extensiondir=@moduledir@/extensions
10
11extension_LTLIBRARIES = \
75980a5e 12 chantype_dummy.la \
c52df125
AC
13 chm_adminonly.la \
14 chm_operonly.la \
c4e9deae 15 chm_insecure.la \
c52df125 16 chm_nonotice.la \
e118f2d4 17 chm_operpeace.la \
0ed0a9fe 18 chm_sslonly.la \
c52df125
AC
19 createauthonly.la \
20 createoperonly.la \
21 extb_account.la \
22 extb_canjoin.la \
23 extb_channel.la \
24 extb_hostmask.la \
25 extb_oper.la \
0ed0a9fe 26 extb_server.la \
c52df125
AC
27 extb_ssl.la \
28 extb_realname.la \
29 extb_usermode.la \
30 extb_extgecos.la \
31 extb_combi.la \
32 force_user_invis.la \
4d21f1e8 33 helpops.la \
c52df125 34 hurt.la \
91ccda4f 35 invite_notify.la \
0ed0a9fe 36 ip_cloaking.la \
c52df125
AC
37 ip_cloaking_old.la \
38 ip_cloaking_3.0.la \
39 ip_cloaking_4.0.la \
40 override.la \
ead77e93
EK
41 override_kick_immunity.la \
42 restrict-unauthenticated.la \
03906030 43 sno_channelcreate.la \
c52df125
AC
44 sno_farconnect.la \
45 sno_globalkline.la \
88c48be5 46 sno_globalnickchange.la \
c52df125 47 sno_globaloper.la \
54d8925e 48 umode_noctcp.la \
0ed0a9fe 49 m_adminwall.la \
ca45daba 50 m_echotags.la \
a4721f5e 51 m_extendchans.la \
c52df125
AC
52 m_findforwards.la \
53 m_identify.la \
0ed0a9fe
EM
54 m_locops.la \
55 m_mkpasswd.la \
c52df125
AC
56 m_ojoin.la \
57 m_okick.la \
58 m_omode.la \
59 m_opme.la \
60 m_sendbans.la \
61 m_webirc.la \
62 m_remove.la \
63 m_roleplay.la \
64 hide_uncommon_channels.la \
65 no_kill_services.la \
66 no_locops.la \
67 no_oper_invis.la \
721410d5 68 sasl_usercloak.la \
b674a619 69 drain.la \
94613c78 70 identify_msg.la \
0862875d 71 cap_realhost.la \
c52df125 72 example_module.la
9fe8bccb
EK
73
74if HAVE_HYPERSCAN
75 extension_LTLIBRARIES += filter.la
76endif