]> jfr.im git - solanum.git/blob - extensions/Makefile.am
extensions: add umode_noctcp extension
[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)/librb/src/librb.la $(top_srcdir)/ircd/libircd.la
5
6 extensiondir=@moduledir@/extensions
7
8 extension_LTLIBRARIES = \
9 chm_adminonly.la \
10 chm_operonly.la \
11 chm_operonly_compat.la \
12 chm_insecure.la \
13 chm_nonotice.la \
14 chm_operpeace.la \
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 \
32 helpops.la \
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 \
40 sno_channelcreate.la \
41 sno_farconnect.la \
42 sno_globalkline.la \
43 sno_globalnickchange.la \
44 sno_globaloper.la \
45 sno_whois.la \
46 umode_noctcp.la \
47 m_adminwall.la \
48 m_echotags.la \
49 m_extendchans.la \
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