]> jfr.im git - solanum.git/blame - extensions/Makefile.am
extensions/helpops: new module, implementing a helpops system.
[solanum.git] / extensions / Makefile.am
CommitLineData
a886cb82 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include $(LTDLINCL)
bc38c72c 2AM_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined -shared
c52df125 3AM_LDFLAGS += -export-symbols-regex _mheader
ff12cc94 4LIBS += $(top_srcdir)/libratbox/src/libratbox.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 \
12 chm_nonotice.la \
e118f2d4 13 chm_operpeace.la \
c52df125
AC
14 chm_quietunreg_compat.la \
15 chm_sslonly.la \
16 chm_sslonly_compat.la \
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 \
24 extb_server.la \
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
AC
32 hurt.la \
33 ip_cloaking.la \
34 ip_cloaking_old.la \
35 ip_cloaking_3.0.la \
36 ip_cloaking_4.0.la \
37 override.la \
38 restrict-unauthenticated.la \
03906030 39 sno_channelcreate.la \
c52df125
AC
40 sno_farconnect.la \
41 sno_globalkline.la \
88c48be5 42 sno_globalnickchange.la \
c52df125
AC
43 sno_globaloper.la \
44 sno_whois.la \
45 m_42.la \
46 m_adminwall.la \
a4721f5e 47 m_extendchans.la \
c52df125
AC
48 m_findforwards.la \
49 m_identify.la \
50 m_mkpasswd.la \
51 m_ojoin.la \
52 m_okick.la \
53 m_omode.la \
54 m_opme.la \
55 m_sendbans.la \
56 m_webirc.la \
57 m_remove.la \
58 m_roleplay.la \
59 hide_uncommon_channels.la \
60 no_kill_services.la \
61 no_locops.la \
62 no_oper_invis.la \
63 spy_admin_notice.la \
64 spy_info_notice.la \
65 spy_links_notice.la \
66 spy_motd_notice.la \
67 spy_stats_notice.la \
68 spy_stats_p_notice.la \
69 spy_trace_notice.la \
70 example_module.la