X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/a8b2ad8d265ba8415d800d46925af904eb115f03..a6fa003552075b0cd7873939a555da6f2de6f332:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index 4a2b4b6..a484447 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -68,7 +68,8 @@ am_x3_OBJECTS = chanserv.$(OBJEXT) compat.$(OBJEXT) conf.$(OBJEXT) \ modcmd.$(OBJEXT) modules.$(OBJEXT) nickserv.$(OBJEXT) \ opserv.$(OBJEXT) policer.$(OBJEXT) recdb.$(OBJEXT) \ saxdb.$(OBJEXT) sendmail.$(OBJEXT) spamserv.$(OBJEXT) \ - shun.$(OBJEXT) timeq.$(OBJEXT) tools.$(OBJEXT) + shun.$(OBJEXT) timeq.$(OBJEXT) tools.$(OBJEXT) \ + x3ldap.$(OBJEXT) x3_OBJECTS = $(am_x3_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I. depcomp = $(SHELL) $(top_srcdir)/depcomp @@ -188,9 +189,9 @@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ AM_CPPFLAGS = @RX_INCLUDES@ -noinst_DATA = chanserv.help global.help modcmd.help nickserv.help opserv.help saxdb.help sendmail.help spamserv.help mod-sockcheck.help mod-helpserv.help mod-memoserv.help +noinst_DATA = chanserv.help global.help modcmd.help nickserv.help opserv.help saxdb.help sendmail.help spamserv.help mod-sockcheck.help mod-helpserv.help mod-memoserv.help mod-webtv.help EXTRA_DIST = $(noinst_DATA) -EXTRA_x3_SOURCES = alloc-slab.c alloc-x3.c proto-common.c proto-p10.c mod-snoop.c mod-track.c mod-memoserv.c mod-helpserv.c mod-sockcheck.c +EXTRA_x3_SOURCES = alloc-slab.c alloc-x3.c proto-common.c proto-p10.c mod-snoop.c mod-track.c mod-memoserv.c mod-helpserv.c mod-sockcheck.c mod-webtv.c x3_LDADD = @MODULE_OBJS@ x3_DEPENDENCIES = @MODULE_OBJS@ x3_SOURCES = \ @@ -223,7 +224,7 @@ x3_SOURCES = \ spamserv.c spamserv.h \ shun.c shun.h \ timeq.c timeq.h \ - tools.c + tools.c x3ldap.c x3ldap.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 @@ -323,6 +324,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-snoop.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-sockcheck.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-track.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod-webtv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modcmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nickserv.Po@am__quote@ @@ -337,6 +339,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spamserv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeq.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/x3ldap.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \