]> jfr.im git - solanum.git/blobdiff - extensions/Makefile.in
Include messages.h for macro form_str in select extensions
[solanum.git] / extensions / Makefile.in
index 9b9b8608ae6a660ff4766c18961870c4cd761a9f..0852978f47551d78f54df227622da2a936d90989 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@
@@ -30,6 +37,7 @@ SRCS =                          \
   chm_adminonly.c              \
   chm_operonly.c               \
   chm_operonly_compat.c                \
+  chm_nonotice.c               \
   chm_quietunreg_compat.c      \
   chm_sslonly.c                        \
   chm_sslonly_compat.c         \
@@ -51,6 +59,7 @@ SRCS =                          \
   ip_cloaking_3.0.c            \
   ip_cloaking_4.0.c            \
   override.c                   \
+  restrict-unauthenticated.c    \
   sno_farconnect.c             \
   sno_globalkline.c            \
   sno_globaloper.c             \
@@ -60,13 +69,14 @@ SRCS =                          \
   m_findforwards.c             \
   m_identify.c                 \
   m_mkpasswd.c                  \
+  m_nokillservices.c           \
   m_ojoin.c                    \
-  m_olist.c                    \
   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              \
@@ -97,7 +107,7 @@ install: all
 .SUFFIXES: .so
 
 .c.so:
-       ${CC} ${PICFLAGS}  ${CPPFLAGS} ${CFLAGS} $< -o $@
+       ${CC} ${PICFLAGS} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} $< -o $@
 
 .PHONY: depend clean distclean
 depend: