]> jfr.im git - solanum.git/blobdiff - modules/Makefile.in
m_info: Correct description of general::client_exit like in example confs.
[solanum.git] / modules / Makefile.in
index b241c82e22c161d98e3ba6398adab754adfcc27c..28590e74933ad9aa60aa0f1d1677a1719b21e137 100644 (file)
@@ -28,7 +28,11 @@ SSL_INCLUDES = @SSL_INCLUDES@
 IRCDLIBS        = @LIBS@ $(SSL_LIBS)
 
 prefix          = @prefix@
+exec_prefix     = @exec_prefix@
+libdir          = @libdir@
+pkglibdir       = @pkglibdir@
 moduledir       = @moduledir@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
 # Change this later! -- adrian
 automoduledir   = @moduledir@/autoload
 
@@ -51,6 +55,8 @@ CORE_SRCS = \
   core/m_squit.c
 
 TSRCS =                          \
+  chm_nocolour.c \
+  chm_noctcp.c \
   m_accept.c \
   m_admin.c \
   m_away.c \
@@ -95,11 +101,13 @@ TSRCS =                          \
   m_set.c \
   m_signon.c \
   m_snote.c \
+  m_starttls.c \
   m_stats.c \
   m_svinfo.c \
   m_tb.c \
   m_testline.c \
   m_testmask.c \
+  m_tginfo.c \
   m_time.c \
   m_topic.c \
   m_trace.c \
@@ -152,9 +160,6 @@ libmodules.a: $(S_OBJS) static_modules.o
 
 install-mkdirs:
        @echo "ircd: setting up modular directory structure"
-       -@if test ! -d $(DESTDIR)$(moduledir); then \
-                mkdir $(DESTDIR)$(moduledir); \
-        fi
        -@if test -d $(DESTDIR)$(moduledir)-old; then \
                rm -rf $(DESTDIR)$(moduledir)-old; \
        fi