]> jfr.im git - solanum.git/blob - extensions/Makefile.am
55f8e596a33e05aa8fc642716fd59d4ec702c466
[solanum.git] / extensions / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/libratbox/include $(LTDLINCL)
2 AM_LDFLAGS = -module -export-dynamic -avoid-version -no-undefined -shared
3 AM_LDFLAGS += -export-symbols-regex _mheader
4 LIBS += $(top_srcdir)/libratbox/src/libratbox.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_nonotice.la \
13 chm_quietunreg_compat.la \
14 chm_sslonly.la \
15 chm_sslonly_compat.la \
16 createauthonly.la \
17 createoperonly.la \
18 extb_account.la \
19 extb_canjoin.la \
20 extb_channel.la \
21 extb_hostmask.la \
22 extb_oper.la \
23 extb_server.la \
24 extb_ssl.la \
25 extb_realname.la \
26 extb_usermode.la \
27 extb_extgecos.la \
28 extb_combi.la \
29 force_user_invis.la \
30 hurt.la \
31 ip_cloaking.la \
32 ip_cloaking_old.la \
33 ip_cloaking_3.0.la \
34 ip_cloaking_4.0.la \
35 override.la \
36 restrict-unauthenticated.la \
37 sno_channelcreate.la \
38 sno_farconnect.la \
39 sno_globalkline.la \
40 sno_globaloper.la \
41 sno_whois.la \
42 m_42.la \
43 m_adminwall.la \
44 m_findforwards.la \
45 m_identify.la \
46 m_mkpasswd.la \
47 m_ojoin.la \
48 m_okick.la \
49 m_omode.la \
50 m_opme.la \
51 m_sendbans.la \
52 m_webirc.la \
53 m_remove.la \
54 m_roleplay.la \
55 hide_uncommon_channels.la \
56 no_kill_services.la \
57 no_locops.la \
58 no_oper_invis.la \
59 spy_admin_notice.la \
60 spy_info_notice.la \
61 spy_links_notice.la \
62 spy_motd_notice.la \
63 spy_stats_notice.la \
64 spy_stats_p_notice.la \
65 spy_trace_notice.la \
66 example_module.la