]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
Makefile.in, src/Makefile.am, src/Makefile.in:
authorandy <redacted>
Fri, 23 Aug 2002 04:10:18 +0000 (04:10 +0000)
committerandy <redacted>
Fri, 23 Aug 2002 04:10:18 +0000 (04:10 +0000)
New automake entries for negcache.[ch], rebuild makefiles.

src/Makefile.am
src/Makefile.in

index 0bef5fc624995bc386408eee19d5b2d79a1c02a8..8468abe26170fa5e6baf42f332817f0a559653f7 100644 (file)
@@ -4,8 +4,9 @@ AM_CPPFLAGS = -DBOPM_ETCDIR="\"$(sysconfdir)\"" -DBOPM_LOGDIR="\"$(localstatedir
 
 bopm_SOURCES = compat.c compat.h config.c config.h dlclist.c dlclist.h \
     dnsbl.c dnsbl.h extern.h inet.c inet.h irc.c irc.h log.c log.h main.c \
-    match.c match.h misc.c misc.h opercmd.c opercmd.h options.h scan.c \
-    scan.h scanwarn.c scanwarn.h setup.h stats.c stats.h
+    match.c match.h misc.c misc.h negcache.c negcache.h opercmd.c \
+    opercmd.h options.h scan.c scan.h scanwarn.c scanwarn.h setup.h \
+    stats.c stats.h
 bopchecker_SOURCES = bopchecker.c bopchecker.h compat.c compat.h config.c \
     config.h inet.c inet.h match.c match.h misc.c misc.h scan.c scan.h \
     setup.h
index cb5c284edac907c9a098e98ffea52a8df37f81b4..be5063a5c0f1562ceff86d590db6e409433d36cd 100644 (file)
@@ -83,8 +83,9 @@ AM_CPPFLAGS = -DBOPM_ETCDIR="\"$(sysconfdir)\"" -DBOPM_LOGDIR="\"$(localstatedir
 
 bopm_SOURCES = compat.c compat.h config.c config.h dlclist.c dlclist.h \
     dnsbl.c dnsbl.h extern.h inet.c inet.h irc.c irc.h log.c log.h main.c \
-    match.c match.h misc.c misc.h opercmd.c opercmd.h options.h scan.c \
-    scan.h scanwarn.c scanwarn.h setup.h stats.c stats.h
+    match.c match.h misc.c misc.h negcache.c negcache.h opercmd.c \
+    opercmd.h options.h scan.c scan.h scanwarn.c scanwarn.h setup.h \
+    stats.c stats.h
 
 bopchecker_SOURCES = bopchecker.c bopchecker.h compat.c compat.h config.c \
     config.h inet.c inet.h match.c match.h misc.c misc.h scan.c scan.h \
@@ -108,8 +109,9 @@ bopchecker_DEPENDENCIES =
 bopchecker_LDFLAGS =
 am_bopm_OBJECTS = compat.$(OBJEXT) config.$(OBJEXT) dlclist.$(OBJEXT) \
        dnsbl.$(OBJEXT) inet.$(OBJEXT) irc.$(OBJEXT) log.$(OBJEXT) \
-       main.$(OBJEXT) match.$(OBJEXT) misc.$(OBJEXT) opercmd.$(OBJEXT) \
-       scan.$(OBJEXT) scanwarn.$(OBJEXT) stats.$(OBJEXT)
+       main.$(OBJEXT) match.$(OBJEXT) misc.$(OBJEXT) \
+       negcache.$(OBJEXT) opercmd.$(OBJEXT) scan.$(OBJEXT) \
+       scanwarn.$(OBJEXT) stats.$(OBJEXT)
 bopm_OBJECTS = $(am_bopm_OBJECTS)
 bopm_DEPENDENCIES =
 bopm_LDFLAGS =
@@ -126,9 +128,9 @@ am__depfiles_maybe = depfiles
 @AMDEP_TRUE@   ./$(DEPDIR)/dnsbl.Po ./$(DEPDIR)/inet.Po \
 @AMDEP_TRUE@   ./$(DEPDIR)/irc.Po ./$(DEPDIR)/log.Po \
 @AMDEP_TRUE@   ./$(DEPDIR)/main.Po ./$(DEPDIR)/match.Po \
-@AMDEP_TRUE@   ./$(DEPDIR)/misc.Po ./$(DEPDIR)/opercmd.Po \
-@AMDEP_TRUE@   ./$(DEPDIR)/scan.Po ./$(DEPDIR)/scanwarn.Po \
-@AMDEP_TRUE@   ./$(DEPDIR)/stats.Po
+@AMDEP_TRUE@   ./$(DEPDIR)/misc.Po ./$(DEPDIR)/negcache.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/opercmd.Po ./$(DEPDIR)/scan.Po \
+@AMDEP_TRUE@   ./$(DEPDIR)/scanwarn.Po ./$(DEPDIR)/stats.Po
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)
@@ -215,6 +217,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/negcache.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opercmd.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scan.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scanwarn.Po@am__quote@