X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/dacc33eb278e9c46180c0c0f3b89e1732de0af23..HEAD:/src/Makefile.in?ds=sidebyside diff --git a/src/Makefile.in b/src/Makefile.in index 18a03bb..b1d5855 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -62,10 +62,10 @@ globtest_LDADD = $(LDADD) am_slab_read_OBJECTS = slab-read.$(OBJEXT) slab_read_OBJECTS = $(am_slab_read_OBJECTS) slab_read_LDADD = $(LDADD) -am_x3_OBJECTS = chanserv.$(OBJEXT) compat.$(OBJEXT) conf.$(OBJEXT) \ - dict-splay.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \ +am_x3_OBJECTS = base64.$(OBJEXT) chanserv.$(OBJEXT) compat.$(OBJEXT) conf.$(OBJEXT) \ + dict-splay.$(OBJEXT) eventhooks.$(OBJEXT) getopt.$(OBJEXT) getopt1.$(OBJEXT) \ gline.$(OBJEXT) global.$(OBJEXT) hash.$(OBJEXT) heap.$(OBJEXT) \ - helpfile.$(OBJEXT) hosthiding.$(OBJEXT) ioset.$(OBJEXT) \ + helpfile.$(OBJEXT) ioset.$(OBJEXT) \ log.$(OBJEXT) main.$(OBJEXT) math.$(OBJEXT) md5.$(OBJEXT) \ modcmd.$(OBJEXT) modules.$(OBJEXT) nickserv.$(OBJEXT) \ opserv.$(OBJEXT) policer.$(OBJEXT) recdb.$(OBJEXT) \ @@ -103,7 +103,7 @@ CP = @CP@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ +DEFS = @DEFS@ -DPREFIX=\"@prefix@\" DEPDIR = @DEPDIR@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ @@ -244,10 +244,12 @@ 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 \ dict-splay.c dict.h \ + eventhooks.c eventhooks.h \ getopt.c getopt.h \ getopt1.c getopt.h \ gline.c gline.h \ @@ -255,7 +257,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 \ @@ -359,6 +360,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compat.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict-splay.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eventhooks.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gline.Po@am__quote@ @@ -367,7 +369,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helpfile.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hosthiding.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioset-epoll.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioset-kevent.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ioset-select.Po@am__quote@