]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/Makefile.am
Fixed a warning in src/main.c and removed unused old broken host hiding code
[irc/evilnet/x3.git] / src / Makefile.am
index 4b9d76fd893eba1488794429659d4a3b38ca4a51..95aa04df916a4a515b4fc9abd10006ee04a212ec 100644 (file)
@@ -38,6 +38,7 @@ EXTRA_x3_SOURCES = \
        main-common.c \
        proto-common.c \
        proto-p10.c \
+       mod-blacklist.c \
        mod-snoop.c \
        mod-track.c \
        mod-memoserv.c \
@@ -50,6 +51,7 @@ EXTRA_x3_SOURCES = \
 x3_LDADD = @MODULE_OBJS@
 x3_DEPENDENCIES = @MODULE_OBJS@
 x3_SOURCES = \
+       base64.c base64.h \
        chanserv.c chanserv.h \
        compat.c compat.h \
        conf.c conf.h \
@@ -61,7 +63,6 @@ x3_SOURCES = \
        hash.c hash.h \
        heap.c heap.h \
        helpfile.c helpfile.h \
-       hosthiding.c hosthiding.h \
        ioset.c ioset.h ioset-impl.h \
        log.c log.h \
        mail.h \
@@ -80,8 +81,14 @@ x3_SOURCES = \
        spamserv.c spamserv.h \
        shun.c shun.h \
        timeq.c timeq.h \
-       tools.c x3ldap.c x3ldap.h
+       tools.c x3ldap.c x3ldap.h \
+       version.c version.h
 
 checkdb_SOURCES = checkdb.c common.h compat.c compat.h dict-splay.c dict.h recdb.c recdb.h saxdb.c saxdb.h tools.c conf.h log.h modcmd.h saxdb.h timeq.h
 globtest_SOURCES = common.h compat.c compat.h dict-splay.c dict.h globtest.c tools.c
 slab_read_SOURCES = slab-read.c
+
+version.c: version.c.SH
+       ${SHELL} ${srcdir}/version.c.SH
+
+.PHONY: version.c