]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/Makefile.am
Added new event hooks system and started migrating events to new system
[irc/evilnet/x3.git] / src / Makefile.am
index beab420fdebf8a704ec543ad6afc409b0e2cc1f9..a256d471b949457d7c79d9e05780ba31e5ff1ab0 100644 (file)
@@ -51,10 +51,12 @@ EXTRA_x3_SOURCES = \
 x3_LDADD = @MODULE_OBJS@
 x3_DEPENDENCIES = @MODULE_OBJS@
 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 \
        dict-splay.c dict.h \
        chanserv.c chanserv.h \
        compat.c compat.h \
        conf.c conf.h \
        dict-splay.c dict.h \
+    eventhooks.c eventhooks.h \
        getopt.c getopt.h \
        getopt1.c getopt.h \
        gline.c gline.h \
        getopt.c getopt.h \
        getopt1.c getopt.h \
        gline.c gline.h \
@@ -62,7 +64,6 @@ x3_SOURCES = \
        hash.c hash.h \
        heap.c heap.h \
        helpfile.c helpfile.h \
        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 \
        ioset.c ioset.h ioset-impl.h \
        log.c log.h \
        mail.h \
@@ -91,3 +92,4 @@ slab_read_SOURCES = slab-read.c
 version.c: version.c.SH
        ${SHELL} ${srcdir}/version.c.SH
 
 version.c: version.c.SH
        ${SHELL} ${srcdir}/version.c.SH
 
+.PHONY: version.c