]> jfr.im git - solanum.git/blobdiff - ircd/Makefile.am
doc/reference.conf: document the auth::umodes configuration option
[solanum.git] / ircd / Makefile.am
index 20370488eeac2b7758b5ddb99ce92cc2e6628a3a..4c0a0d24bc0ec68f38170412524c39d2fe1abe9a 100644 (file)
@@ -7,21 +7,16 @@ AM_CPPFLAGS = @LTDLINCL@ -I$(top_srcdir)/include -I$(top_srcdir)/librb/include
 AM_LDFLAGS  = -L$(top_srcdir)/librb/src -export-dynamic -avoid-version -no-undefined
 AM_YFLAGS = -d
 
-BUILT_SOURCES = version.c
+BUILT_SOURCES = ircd_parser.h version.c
 
 version.c: version.c.SH ../CREDITS ../include/patchlevel.h ../include/serno.h
        $(SHELL) version.c.SH
        $(CP) version.c version.c.last
        touch version.c.SH
 
-if MINGW
-EXTRA_FLAGS = -Wl,--enable-runtime-pseudo-reloc -export-symbols-regex '*'
-endif
-
 libircd_la_SOURCES =                  \
-  authd.c                      \
+  authproc.c                   \
   bandbi.c                      \
-  blacklist.c                   \
   cache.c                       \
   capability.c                 \
   channel.c                     \
@@ -34,7 +29,6 @@ libircd_la_SOURCES =                  \
   hash.c                        \
   hook.c                        \
   hostmask.c                    \
-  ipv4_from_ipv6.c             \
   ircd.c                        \
   ircd_parser.y                 \
   ircd_lexer.l                  \
@@ -53,7 +47,6 @@ libircd_la_SOURCES =                  \
   ratelimit.c                  \
   reject.c                      \
   restart.c                     \
-  s_auth.c                      \
   s_conf.c                      \
   s_newconf.c                   \
   s_serv.c                      \
@@ -66,15 +59,16 @@ libircd_la_SOURCES =                  \
   supported.c                   \
   tgchange.c                    \
   version.c                     \
-  whowas.c
+  whowas.c                     \
+  wsproc.c
 libircd_la_LDFLAGS = $(EXTRA_FLAGS) -avoid-version -no-undefined
 libircd_la_LIBADD = @LIBLTDL@ -L$(top_srcdir)/librb/src -lrb
 libircd_LTLIBRARIES = libircd.la
 
-bin_PROGRAMS = charybdis
-charybdis_SOURCES = main.c
-charybdis_LDFLAGS = $(EXTRA_FLAGS) -dlopen self
-charybdis_LDADD = libircd.la -L$(top_srcdir)/librb/src -lrb
+bin_PROGRAMS = solanum
+solanum_SOURCES = main.c
+solanum_LDFLAGS = $(EXTRA_FLAGS) -dlopen self
+solanum_LDADD = libircd.la -L$(top_srcdir)/librb/src -lrb
 
 install-exec-hook: install-libircdLTLIBRARIES
        $(RM) -f version.c