]> jfr.im git - solanum.git/blobdiff - modules/Makefile.am
show IPs in remote /stats i (#312)
[solanum.git] / modules / Makefile.am
index 8b06c82919c8e601740235b3b2d2210882441991..c99e431faac3b031499243540b5775bc900fe460 100644 (file)
@@ -4,9 +4,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/librb/include $(LTDLINCL)
 AM_LDFLAGS  = -module -export-dynamic -avoid-version -no-undefined -shared
 AM_LDFLAGS += -export-symbols-regex _mheader
 LIBS += $(top_srcdir)/ircd/libircd.la
-if MINGW
-LIBS += $(top_srcdir)/librb/src/librb.la
-endif
 
 auto_load_moddir=@moduledir@/autoload
 
@@ -15,6 +12,8 @@ auto_load_mod_LTLIBRARIES = \
   cap_server_time.la \
   chm_nocolour.la \
   chm_noctcp.la \
+  um_callerid.la \
+  um_regonlymsg.la \
   m_accept.la \
   m_admin.la \
   m_alias.la \
@@ -95,4 +94,5 @@ module_LTLIBRARIES = \
   core/m_part.la \
   core/m_quit.la \
   core/m_server.la \
-  core/m_squit.la
+  core/m_squit.la \
+  core/m_identified.la