]> jfr.im git - solanum.git/blame - extensions/Makefile.am
extensions: add umode_noctcp extension
[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
c83f2f5e 4LIBS += $(top_srcdir)/librb/src/librb.la $(top_srcdir)/ircd/libircd.la
c52df125
AC
5
6extensiondir=@moduledir@/extensions
7
8extension_LTLIBRARIES = \
9 chm_adminonly.la \
10 chm_operonly.la \
11 chm_operonly_compat.la \
c4e9deae 12 chm_insecure.la \
c52df125 13 chm_nonotice.la \
e118f2d4 14 chm_operpeace.la \
c52df125
AC
15 chm_quietunreg_compat.la \
16 chm_sslonly.la \
17 chm_sslonly_compat.la \
18 createauthonly.la \
19 createoperonly.la \
20 extb_account.la \
21 extb_canjoin.la \
22 extb_channel.la \
23 extb_hostmask.la \
24 extb_oper.la \
25 extb_server.la \
26 extb_ssl.la \
27 extb_realname.la \
28 extb_usermode.la \
29 extb_extgecos.la \
30 extb_combi.la \
31 force_user_invis.la \
4d21f1e8 32 helpops.la \
c52df125
AC
33 hurt.la \
34 ip_cloaking.la \
35 ip_cloaking_old.la \
36 ip_cloaking_3.0.la \
37 ip_cloaking_4.0.la \
38 override.la \
39 restrict-unauthenticated.la \
03906030 40 sno_channelcreate.la \
c52df125
AC
41 sno_farconnect.la \
42 sno_globalkline.la \
88c48be5 43 sno_globalnickchange.la \
c52df125
AC
44 sno_globaloper.la \
45 sno_whois.la \
54d8925e 46 umode_noctcp.la \
c52df125 47 m_adminwall.la \
ca45daba 48 m_echotags.la \
a4721f5e 49 m_extendchans.la \
c52df125
AC
50 m_findforwards.la \
51 m_identify.la \
52 m_mkpasswd.la \
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 \
60 m_roleplay.la \
61 hide_uncommon_channels.la \
62 no_kill_services.la \
63 no_locops.la \
64 no_oper_invis.la \
65 spy_admin_notice.la \
66 spy_info_notice.la \
67 spy_links_notice.la \
68 spy_motd_notice.la \
69 spy_stats_notice.la \
70 spy_stats_p_notice.la \
71 spy_trace_notice.la \
72 example_module.la