]> jfr.im git - solanum.git/blame - extensions/Makefile.am
Merge pull request #282 from edk0/propagate-oper
[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 \
0ed0a9fe 15 chm_operonly_compat.la \
c4e9deae 16 chm_insecure.la \
c52df125 17 chm_nonotice.la \
e118f2d4 18 chm_operpeace.la \
c52df125 19 chm_quietunreg_compat.la \
0ed0a9fe 20 chm_sslonly.la \
c52df125
AC
21 chm_sslonly_compat.la \
22 createauthonly.la \
23 createoperonly.la \
24 extb_account.la \
25 extb_canjoin.la \
26 extb_channel.la \
27 extb_hostmask.la \
28 extb_oper.la \
0ed0a9fe 29 extb_server.la \
c52df125
AC
30 extb_ssl.la \
31 extb_realname.la \
32 extb_usermode.la \
33 extb_extgecos.la \
34 extb_combi.la \
35 force_user_invis.la \
4d21f1e8 36 helpops.la \
c52df125 37 hurt.la \
0ed0a9fe 38 ip_cloaking.la \
c52df125
AC
39 ip_cloaking_old.la \
40 ip_cloaking_3.0.la \
41 ip_cloaking_4.0.la \
42 override.la \
ead77e93
EK
43 override_kick_immunity.la \
44 restrict-unauthenticated.la \
03906030 45 sno_channelcreate.la \
c52df125
AC
46 sno_farconnect.la \
47 sno_globalkline.la \
88c48be5 48 sno_globalnickchange.la \
c52df125
AC
49 sno_globaloper.la \
50 sno_whois.la \
54d8925e 51 umode_noctcp.la \
0ed0a9fe 52 m_adminwall.la \
ca45daba 53 m_echotags.la \
a4721f5e 54 m_extendchans.la \
c52df125
AC
55 m_findforwards.la \
56 m_identify.la \
0ed0a9fe
EM
57 m_locops.la \
58 m_mkpasswd.la \
c52df125
AC
59 m_ojoin.la \
60 m_okick.la \
61 m_omode.la \
62 m_opme.la \
63 m_sendbans.la \
64 m_webirc.la \
65 m_remove.la \
66 m_roleplay.la \
67 hide_uncommon_channels.la \
68 no_kill_services.la \
69 no_locops.la \
70 no_oper_invis.la \
71 spy_admin_notice.la \
72 spy_info_notice.la \
73 spy_links_notice.la \
74 spy_motd_notice.la \
0ed0a9fe 75 spy_stats_notice.la \
c52df125
AC
76 spy_stats_p_notice.la \
77 spy_trace_notice.la \
78 example_module.la