]> jfr.im git - solanum.git/blobdiff - extensions/Makefile.in
Fix inconsistency between --sysconfdir and --with-confdir, deprecate --with-confdir.
[solanum.git] / extensions / Makefile.in
index 052903c20b35142a17a39cf13c191b036de2cd33..9b163277653e46bbd8968d1e85cf8644204e8b93 100644 (file)
@@ -16,7 +16,14 @@ INSTALL_PROGRAM      = @INSTALL_PROGRAM@
 INSTALL_DATA   = @INSTALL_DATA@
 INSTALL_SUID    = @INSTALL_PROGRAM@ -o root -m 4755
 SHELL          = /bin/sh
-AUTOMODULEDIR  = @moduledir@/extensions
+
+prefix          = @prefix@
+exec_prefix     = @exec_prefix@
+libdir          = @libdir@
+pkglibdir       = @pkglibdir@
+moduledir       = @moduledir@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+AUTOMODULEDIR  = $(moduledir)/extensions
 
 SSL_LIBS       = @SSL_LIBS@
 SSL_INCLUDES   = @SSL_INCLUDES@
@@ -27,7 +34,11 @@ INCLUDES     = -I. -I../include -I../libratbox/include $(SSL_INCLUDES)
 CPPFLAGS       = ${INCLUDES} @CPPFLAGS@
 
 SRCS =                          \
+  chm_adminonly.c              \
+  chm_operonly.c               \
+  chm_operonly_compat.c                \
   chm_quietunreg_compat.c      \
+  chm_sslonly.c                        \
   chm_sslonly_compat.c         \
   createauthonly.c             \
   createoperonly.c             \
@@ -38,11 +49,15 @@ SRCS =                          \
   extb_server.c                        \
   extb_ssl.c                   \
   extb_realname.c              \
+  extb_usermode.c              \
   extb_extgecos.c              \
   force_user_invis.c           \
   hurt.c                       \
   ip_cloaking.c                        \
   ip_cloaking_old.c            \
+  ip_cloaking_3.0.c            \
+  ip_cloaking_4.0.c            \
+  override.c                   \
   sno_farconnect.c             \
   sno_globalkline.c            \
   sno_globaloper.c             \
@@ -57,7 +72,10 @@ SRCS =                          \
   m_okick.c                    \
   m_omode.c                    \
   m_opme.c                     \
+  m_sendbans.c                 \
   m_webirc.c                   \
+  m_remove.c                   \
+  m_roleplay.c                 \
   no_locops.c                  \
   no_oper_invis.c              \
   spy_admin_notice.c           \
@@ -87,7 +105,7 @@ install: all
 .SUFFIXES: .so
 
 .c.so:
-       ${CC} ${PICFLAGS}  ${CPPFLAGS} ${CFLAGS} $< -o $@
+       ${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} $< -o $@
 
 .PHONY: depend clean distclean
 depend: